summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-08-10 14:09:59 +0000
committerdinoex <dinoex@FreeBSD.org>2002-08-10 14:09:59 +0000
commitdaba65bfc8d125f69dd316764d5176e84ba962cd (patch)
tree19f2c123d0f8d79c813cc5a0d26184c3c909404b /emulators
parent2496de094b0842d4af4d13161610ecf90c16e4d7 (diff)
downloadFreeBSD-ports-daba65bfc8d125f69dd316764d5176e84ba962cd.zip
FreeBSD-ports-daba65bfc8d125f69dd316764d5176e84ba962cd.tar.gz
Fix missing dependency, take maintainership
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index f8f4734..7a51555 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -9,8 +9,7 @@ PORTVERSION= 1.7
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/
-MAINTAINER= ports@FreeBSD.org
-
+MAINTAINER= dinoex@FreeBSD.org
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
NO_CDROM= ${RESTRICTED}
@@ -37,6 +36,10 @@ LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
CONFIGURE_ARGS= --with-xaw3d
.endif
+.if ${XFREE86_VERSION} == 4
+BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/doc/vice.info*
OpenPOWER on IntegriCloud