diff options
Diffstat (limited to 'games/thevalley/Makefile')
-rw-r--r-- | games/thevalley/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile index af8e984371dd..e973a950eb38 100644 --- a/games/thevalley/Makefile +++ b/games/thevalley/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: thevalley -# Date created: 28 March 2004 -# Whom: Edwin Groothuis -# +# Created by: Edwin Groothuis # $FreeBSD$ PORTNAME= thevalley @@ -18,7 +15,8 @@ USE_AUTOTOOLS= libtool HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= sdl -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CXXFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include |