diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-25 05:21:39 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-25 05:21:39 +0800 |
commit | 50481794e9b588dc31501525ccc6d4a542130b48 (patch) | |
tree | 609996f135fe612c160b98573662764f09138089 | |
parent | df7cb16e5fc1852d6b124d4c08271088728d8a1f (diff) | |
download | freebsd-ports-gnome-50481794e9b588dc31501525ccc6d4a542130b48.tar.gz freebsd-ports-gnome-50481794e9b588dc31501525ccc6d4a542130b48.tar.zst freebsd-ports-gnome-50481794e9b588dc31501525ccc6d4a542130b48.zip |
Fix build without imake.
Pointed out by: pointyhat via kris
-rw-r--r-- | games/tvp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile index dd22737dd31a..390c28df401a 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -18,7 +18,8 @@ COMMENT= Play the cardgame President (or Ass) against 3 AIs LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-carddir=${PREFIX}/share/games/tvp +CONFIGURE_ARGS= --enable-carddir=${PREFIX}/share/games/tvp \ + --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/tcl8.2 \ -I${LOCALBASE}/include/tk8.2" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib \ |