diff options
author | mikeh <mikeh@FreeBSD.org> | 2002-07-04 08:09:05 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2002-07-04 08:09:05 +0000 |
commit | 1769999c1b9856a50c9c7ef15c809cd95839f0a6 (patch) | |
tree | 21f169218f64ee0c7190422ae8f5272676793ebe /emulators/bfe | |
parent | 125fbd3d930383147612d03261f896c3f643880b (diff) | |
download | FreeBSD-ports-1769999c1b9856a50c9c7ef15c809cd95839f0a6.zip FreeBSD-ports-1769999c1b9856a50c9c7ef15c809cd95839f0a6.tar.gz |
Prepare for xforms update.
Diffstat (limited to 'emulators/bfe')
-rw-r--r-- | emulators/bfe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile index 3b899a9..8ead930 100644 --- a/emulators/bfe/Makefile +++ b/emulators/bfe/Makefile @@ -12,16 +12,18 @@ MASTER_SITES= http://www.qzx.com/bfe/_download/ MAINTAINER= greid@FreeBSD.org -LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= bochs:${PORTSDIR}/emulators/bochs USE_X_PREFIX= yes +USE_XPM= yes WRKSRC= ${WRKDIR}/bfe pre-build: ${PERL} -pi -e "s@/usr/X11R6@${X11BASE}@g; \ s@/usr/local@${LOCALBASE}@g; \ + s@-lforms@-lforms -lXpm@g; \ s@gcc@${CC}@g; s@-O2@${CFLAGS}@g" ${WRKSRC}/Makefile do-install: |