diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 22:06:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 22:06:03 +0000 |
commit | 58e2fee9f636824b9d8f3346e1ebad074e4178d5 (patch) | |
tree | bce5a6128bd8a6e4b709a3a3a96fb76244e96962 | |
parent | ab31b7a4bfaf2c17d4466bad3d21ae47e396d17e (diff) |
- Switch to USES=libtool
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=360287
-rw-r--r-- | games/thevalley/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile index e973a950eb38..4bd516f23d12 100644 --- a/games/thevalley/Makefile +++ b/games/thevalley/Makefile @@ -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@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 |