diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-21 22:31:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-21 22:31:47 +0800 |
commit | 291cc7f975c22492b35653885b975d91f4519855 (patch) | |
tree | bdb605dd36087b3649facf17c68115d7493818cd /games/xfrisk | |
parent | 5d6a82f33a3d63ccb286e2de574ebf9cb8449ec6 (diff) | |
download | freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.tar.gz freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.tar.zst freebsd-ports-gnome-291cc7f975c22492b35653885b975d91f4519855.zip |
- Fix build after xorg cleanup
Submitted by: pointyhat
Diffstat (limited to 'games/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 4ba26c425d42..336a5a5c8885 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -23,4 +23,7 @@ NO_INSTALL_MANPAGES= yes WRKSRC= ${WRKDIR}/XFrisk USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + .include <bsd.port.mk> |