aboutsummaryrefslogtreecommitdiff
path: root/emulators/bfe
diff options
context:
space:
mode:
authorMike Heffner <mikeh@FreeBSD.org>2002-07-04 08:09:05 +0000
committerMike Heffner <mikeh@FreeBSD.org>2002-07-04 08:09:05 +0000
commitdb59d15a8ececbddd134ccfee64ce13d9cfa3919 (patch)
tree4618426a17ffccb60420d694accab0ede2b37738 /emulators/bfe
parent786cad9c3ed30a15bf3b1827e56cd0351d726cbd (diff)
downloadports-db59d15a8ececbddd134ccfee64ce13d9cfa3919.tar.gz
ports-db59d15a8ececbddd134ccfee64ce13d9cfa3919.zip
Prepare for xforms update.
Notes
Notes: svn path=/head/; revision=62419
Diffstat (limited to 'emulators/bfe')
-rw-r--r--emulators/bfe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile
index 3b899a9adce5..8ead93038b6c 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: