diff options
author | petef <petef@FreeBSD.org> | 2001-09-14 15:51:05 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-09-14 15:51:05 +0800 |
commit | 6f53a364170e429be984f4c83bccbf262b40016e (patch) | |
tree | ba27f3c6334c0c6784154c48a0cd1018e583e750 | |
parent | 7903b946514616dd1d9f7e17b61ea7cfddb8550d (diff) | |
download | freebsd-ports-gnome-6f53a364170e429be984f4c83bccbf262b40016e.tar.gz freebsd-ports-gnome-6f53a364170e429be984f4c83bccbf262b40016e.tar.zst freebsd-ports-gnome-6f53a364170e429be984f4c83bccbf262b40016e.zip |
Add a dependancy on xpm
Noticed by: bento
-rw-r--r-- | games/xscorch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 4cb876ae20c5..d13e273a5dff 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod WRKSRC= ${WRKDIR}/xscorch-0.1.13 USE_X_PREFIX= yes +USE_XPM= yes USE_GMAKE= yes USE_GTK= yes WANT_GNOME= yes |