diff options
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index f8f47345d781..7a5155551028 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* |