diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /comms | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xisp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index 88ceced5944..51c42de66b3 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/08/26 19:01:44 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:22 tron Exp $ # DISTNAME= xisp-2.6p1 @@ -12,9 +12,9 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://users.hol.gr/~dbouras/ DEPENDS+= xforms-0.88:../../x11/xforms -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11BASE= yes +USE_X11BASE= YES +USE_XPM= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp |