aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2002-07-04 16:09:05 +0800
committermikeh <mikeh@FreeBSD.org>2002-07-04 16:09:05 +0800
commit1769999c1b9856a50c9c7ef15c809cd95839f0a6 (patch)
tree21f169218f64ee0c7190422ae8f5272676793ebe /emulators
parent125fbd3d930383147612d03261f896c3f643880b (diff)
downloadfreebsd-ports-gnome-1769999c1b9856a50c9c7ef15c809cd95839f0a6.tar.gz
freebsd-ports-gnome-1769999c1b9856a50c9c7ef15c809cd95839f0a6.tar.zst
freebsd-ports-gnome-1769999c1b9856a50c9c7ef15c809cd95839f0a6.zip
Prepare for xforms update.
Diffstat (limited to 'emulators')
-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: