svn commit: r360287 - head/games/thevalley
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 2 22:06:03 UTC 2014
Author: amdmi3
Date: Wed Jul 2 22:06:03 2014
New Revision: 360287
URL: http://svnweb.freebsd.org/changeset/ports/360287
QAT: https://qat.redports.org/buildarchive/r360287/
Log:
- Switch to USES=libtool
Approved by: portmgr blanket
Modified:
head/games/thevalley/Makefile
Modified: head/games/thevalley/Makefile
==============================================================================
--- head/games/thevalley/Makefile Wed Jul 2 22:05:33 2014 (r360286)
+++ head/games/thevalley/Makefile Wed Jul 2 22:06:03 2014 (r360287)
@@ -3,7 +3,7 @@
PORTNAME= thevalley
PORTVERSION= 0.98
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.autismuk.freeserve.co.uk/
DISTNAME= valley-${PORTVERSION}
@@ -11,11 +11,11 @@ DISTNAME= valley-${PORTVERSION}
MAINTAINER= edwin at mavetju.org
COMMENT= The Valley is a rewrite of an old RPG from the early 1980s
-USE_AUTOTOOLS= libtool
-HAS_CONFIGURE= yes
+USE_AUTOTOOLS= libtoolize
+GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_SDL= sdl
-USES= perl5
+USES= libtool perl5
USE_PERL5= build
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
CXXFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
More information about the svn-ports-all
mailing list