diff options
author | pat <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-05 03:52:00 +0000 |
commit | 71e8e70899b0d1e4cc8b6d2f67d967bada8a688c (patch) | |
tree | f8ed8a00a75cbaedb6633ad9470ff60dc0de1c37 /games/falconseye | |
parent | 1067fe622cefdf137bddbf665db71311eb47b58a (diff) | |
download | FreeBSD-ports-71e8e70899b0d1e4cc8b6d2f67d967bada8a688c.zip FreeBSD-ports-71e8e70899b0d1e4cc8b6d2f67d967bada8a688c.tar.gz |
Add missing dependency for XPM.
Reported by: bento
Diffstat (limited to 'games/falconseye')
-rw-r--r-- | games/falconseye/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile index bd0c0c5..5642a65 100644 --- a/games/falconseye/Makefile +++ b/games/falconseye/Makefile @@ -22,6 +22,7 @@ MAKE_ENV= NHDIR="${NHDIR}" NETHACKCONFIG="${NETHACKCONFIG}" NETHACKCONFIG= ${FILESDIR}/x-config USE_X_PREFIX= Yes USE_ZIP= yes +USE_XPM= yes MAKE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include -L${X11BASE}/lib -L${LOCALBASE}/lib -I${LOCALBASE}/include/SDL11" PREFIX="${PREFIX}" X11BASE="${X11BASE}" WRKSRC= ${WRKDIR} |