From d9e03c3558722b30a745e7e75c1d6ecc9c22c99f Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 23 Aug 2000 23:14:21 +0000 Subject: Use "USE_XPM" option instead of direct dependence on the "xpm" package. --- sysutils/xosview/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sysutils/xosview') 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" -- cgit v1.2.3