diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2002-07-04 08:09:05 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2002-07-04 08:09:05 +0000 |
commit | db59d15a8ececbddd134ccfee64ce13d9cfa3919 (patch) | |
tree | 4618426a17ffccb60420d694accab0ede2b37738 /emulators/bfe | |
parent | Update to version 9.3b. (diff) |
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 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: |