diff options
-rw-r--r-- | astro/xrmap/Makefile | 1 | ||||
-rw-r--r-- | games/falconseye/Makefile | 1 | ||||
-rw-r--r-- | misc/xrmap/Makefile | 1 | ||||
-rw-r--r-- | net/wmnd/Makefile | 1 | ||||
-rw-r--r-- | x11/xsnow/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile index c43a2ca6be31..4d2649a720d1 100644 --- a/astro/xrmap/Makefile +++ b/astro/xrmap/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org USE_IMAKE= yes +USE_XPM= yes MAN1= xrmap.1 diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile index bd0c0c566fda..5642a653dc74 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} diff --git a/misc/xrmap/Makefile b/misc/xrmap/Makefile index c43a2ca6be31..4d2649a720d1 100644 --- a/misc/xrmap/Makefile +++ b/misc/xrmap/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= petef@FreeBSD.org USE_IMAKE= yes +USE_XPM= yes MAN1= xrmap.1 diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 335dd9fc4101..e5a0ab9fe7a7 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -16,6 +16,7 @@ MAINTAINER= flag@gufi.org WRKSRC= ${WRKDIR}/wmnd USE_X_PREFIX= yes USE_GMAKE= yes +USE_XPM= yes MAN1= wmnd.1 diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 50f59b85c2f0..313d60e11dfa 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.euronet.nl/~rja/Xsnow/ MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes +USE_XPM= yes MAN6= xsnow.6 pre-build: |