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 /devel/kxl | |
parent | This port requires USE_XPM and USE_XLIB. (diff) |
Add USE_XPM to satisfy dependency on libXpm.so.
Notes
Notes:
svn path=/head/; revision=45483
Diffstat (limited to 'devel/kxl')
-rw-r--r-- | devel/kxl/Makefile | 1 |
1 files changed, 1 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" \ |