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 /sysutils/xosview/Makefile | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 9a0e5e28919..24101af3bba 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/07/13 15:48:47 agc Exp $ +# $NetBSD: Makefile,v 1.30 2000/08/23 23:14:31 tron Exp $ # DISTNAME= xosview-1.7.0.b @@ -9,21 +9,21 @@ MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/ \ MAINTAINER= bgrayson@netbsd.org HOMEPAGE= http://lore.ece.utexas.edu/~bgrayson/xosview.html -HAS_CONFIGURE= yes +HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} -USE_X11BASE= yes +USE_X11BASE= YES +USE_XPM= YES .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" BUILD_DEFS= UVM .elif ${OPSYS} == "SunOS" -DEPENDS+= xpm-*:../../graphics/xpm BUILD_DEPENDS+= ${LOCALBASE}/egcs/bin/g++:../../lang/egcs CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" CONFIGURE_ENV+= LIBS="${LIBS} -lsocket -lnsl" -USE_GMAKE= yes +USE_GMAKE= YES .endif .include "../../mk/bsd.pkg.mk" |