diff options
Diffstat (limited to 'games/trophy/Makefile')
-rw-r--r-- | games/trophy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/trophy/Makefile b/games/trophy/Makefile index 0c354aeec56c..63e6a9f56b53 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= libclanCore.so:${PORTSDIR}/devel/clanlib1 USES= pkgconfig GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS COPYING ChangeLog README TODO |