diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-08-10 14:09:59 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-08-10 14:09:59 +0000 |
commit | 9086e38e194ef11fa33de680da40df5dd30e63ba (patch) | |
tree | 6eb5dc44998783bc675f0dbe32cecf7b89ad6da2 | |
parent | 6d850db78e75403043cc47f9f589c81e23f47a1a (diff) | |
download | ports-9086e38e194ef11fa33de680da40df5dd30e63ba.tar.gz ports-9086e38e194ef11fa33de680da40df5dd30e63ba.zip |
Notes
-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* |