diff options
author | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:55:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-07-25 17:55:26 +0000 |
commit | 35f5917a5aea6f0651e1d32594124a729acf4823 (patch) | |
tree | 36862ce30b01e4b8f71e43178ab754bf586a63c7 | |
parent | cc039d9cc97c9653a98374b6357e2bed6e33cdf1 (diff) | |
download | ports-35f5917a5aea6f0651e1d32594124a729acf4823.tar.gz ports-35f5917a5aea6f0651e1d32594124a729acf4823.zip |
Add USE_XPM to satisfy dependency on libXpm.so.
Notes
Notes:
svn path=/head/; revision=45483
-rw-r--r-- | devel/kxl/Makefile | 1 | ||||
-rw-r--r-- | games/kxl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/kxl/Makefile b/devel/kxl/Makefile index ee572956b5db..b25578fa1f31 100644 --- a/devel/kxl/Makefile +++ b/devel/kxl/Makefile @@ -14,6 +14,7 @@ DISTNAME= KXL-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org USE_X_PREFIX= yes +USE_XPM= yes INSTALL_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ diff --git a/games/kxl/Makefile b/games/kxl/Makefile index ee572956b5db..b25578fa1f31 100644 --- a/games/kxl/Makefile +++ b/games/kxl/Makefile @@ -14,6 +14,7 @@ DISTNAME= KXL-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org USE_X_PREFIX= yes +USE_XPM= yes INSTALL_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ |