diff options
Diffstat (limited to 'games/frobtads/Makefile')
-rw-r--r-- | games/frobtads/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile index dd2f53484b6a..094abbd8a903 100644 --- a/games/frobtads/Makefile +++ b/games/frobtads/Makefile @@ -19,10 +19,9 @@ CONFLICTS= tads-2.* USES= gmake USE_AUTOTOOLS= automake autoconf GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-lcompat" CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib -lcompat pre-configure: (cd ${WRKSRC}; ${SH} bootstrap) |