diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-03 09:28:57 +0000 |
commit | c6bcad2436d925c98052ed292bd0794ae0e34b45 (patch) | |
tree | 4752ebd6e8eb5959ebf00516e4ecf7156215bbce /emulators | |
parent | fbd121eee966abfc21d176cbede935ecd6bf1a34 (diff) | |
download | ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.tar.gz ports-c6bcad2436d925c98052ed292bd0794ae0e34b45.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine/Makefile | 5 | ||||
-rw-r--r-- | emulators/xmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 3 |
4 files changed, 6 insertions, 10 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 06e6b99e19ef..ee2a085cefda 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -15,9 +15,6 @@ DISTNAME= Wine-${PORTVERSION:S/.//g} MAINTAINER= pfeifer@dbai.tuwien.ac.at -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - GL.14:${PORTSDIR}/graphics/Mesa3 - WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-opengl @@ -28,6 +25,8 @@ MAN1= wine.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 USE_BISON= yes +USE_XPM= yes +USE_MESA= yes .if !defined(NDEBUG) STRIP= diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 06e6b99e19ef..ee2a085cefda 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -15,9 +15,6 @@ DISTNAME= Wine-${PORTVERSION:S/.//g} MAINTAINER= pfeifer@dbai.tuwien.ac.at -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - GL.14:${PORTSDIR}/graphics/Mesa3 - WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-opengl @@ -28,6 +25,8 @@ MAN1= wine.1 MAN5= wine.conf.5 ONLY_FOR_ARCHS= i386 USE_BISON= yes +USE_XPM= yes +USE_MESA= yes .if !defined(NDEBUG) STRIP= diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index d91e26d3c0e7..ea77644805c8 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -15,8 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dburr@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm - +USE_XPM= YES USE_GMAKE= YES MAKEFILE= makefile.unix diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index afd6fb70758d..ffdb50d4e2c6 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -16,11 +16,10 @@ DISTFILES= ${DISTNAME}.tgz pdp1.zip #MAINTAINER= mycroft@NetBSD.ORG # NetBSD MAINTAINER= nox@jelal.kn-bremen.de -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm - EXTRACT_ONLY= ${DISTNAME}.tgz USE_X_PREFIX= yes +USE_XPM= yes USE_GMAKE= yes MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} MACHINE_ARCH=${ARCH} \ DESTDIR=${DESTDIR} \ |