diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /cad | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xchiplogo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/xchiplogo/Makefile b/cad/xchiplogo/Makefile index c9ae200cde3..3b7c8567d1e 100644 --- a/cad/xchiplogo/Makefile +++ b/cad/xchiplogo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/23 03:57:11 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/23 23:14:22 tron Exp $ # DISTNAME= xchiplogo @@ -10,9 +10,9 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.eleceng.adelaide.edu.au/Personal/moini/chiplogo.html DEPENDS+= xforms-*:../../x11/xforms -DEPENDS+= xpm-*:../../graphics/xpm -USE_X11= yes +USE_X11= YES +USE_XPM= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${LOCALBASE}/bin/xchiplogo |