diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | d9e03c3558722b30a745e7e75c1d6ecc9c22c99f (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /emulators | |
parent | b735b13875cb70c66b6ea714e5270b631b195051 (diff) | |
download | pkgsrc-d9e03c3558722b30a745e7e75c1d6ecc9c22c99f.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-current/Makefile | 8 | ||||
-rw-r--r-- | emulators/wine/Makefile | 9 | ||||
-rw-r--r-- | emulators/xcopilot/Makefile | 7 | ||||
-rw-r--r-- | emulators/xmame/Makefile | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile index e8804e13091..540265199ba 100644 --- a/emulators/wine-current/Makefile +++ b/emulators/wine-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/23 15:33:40 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:24 tron Exp $ DISTNAME= Wine-990328 PKGNAME= wine-990328 @@ -9,13 +9,13 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.winehq.com/ -DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= ncurses>=4.2:../../devel/ncurses ONLY_FOR_PLATFORM= NetBSD-*-i386 -USE_X11= yes -GNU_CONFIGURE= yes +USE_X11= YES +USE_XPM= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-dll CONFIGURE_ENV= CC="${CC} -idirafter ${LOCALBASE}/include" MAKE_ENV= LDOPTIONS="${LDFLAGS}" diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 67334c4a781..a9e3a2081e9 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/08/23 15:33:39 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/23 23:14:24 tron Exp $ DISTNAME= Wine-981211 PKGNAME= wine-981211 @@ -9,12 +9,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/} MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.winehq.com/ -DEPENDS+= xpm-3.4k:../../graphics/xpm - ONLY_FOR_PLATFORM= NetBSD-*-i386 -USE_X11BASE= yes -GNU_CONFIGURE= yes +USE_X11BASE= YES +USE_XPM= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-dll post-install: diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile index ca433bfc05e..3120467a9c7 100644 --- a/emulators/xcopilot/Makefile +++ b/emulators/xcopilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:42 tv Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:24 tron Exp $ # DISTNAME= xcopilot-0.6.6 @@ -12,7 +12,8 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs -GNU_CONFIGURE= yes -USE_X11= yes +GNU_CONFIGURE= YES +USE_X11= YES +USE_XPM= YES .include "../../mk/bsd.pkg.mk" diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 269baf8ddb1..db8ae87372f 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2000/07/13 20:54:01 martin Exp $ +# $NetBSD: Makefile,v 1.38 2000/08/23 23:14:24 tron Exp $ # DISTNAME= xmame-0.37b4.1 @@ -10,10 +10,10 @@ MAINTAINER= soren@netbsd.org HOMEPAGE= http://x.mame.net/ DEPENDS= unzip>=5.40:../../archivers/unzip -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11BASE= yes -USE_GMAKE= yes +USE_X11BASE= YES +USE_XPM= YES +USE_GMAKE= YES MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} \ MAME_CPU=${MAME_CPU} \ INSTALL_MAN="${INSTALL_MAN}" \ |