diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-08-10 22:09:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-08-10 22:09:59 +0800 |
commit | daba65bfc8d125f69dd316764d5176e84ba962cd (patch) | |
tree | 19f2c123d0f8d79c813cc5a0d26184c3c909404b /emulators/vice | |
parent | 2496de094b0842d4af4d13161610ecf90c16e4d7 (diff) | |
download | freebsd-ports-gnome-daba65bfc8d125f69dd316764d5176e84ba962cd.tar.gz freebsd-ports-gnome-daba65bfc8d125f69dd316764d5176e84ba962cd.tar.zst freebsd-ports-gnome-daba65bfc8d125f69dd316764d5176e84ba962cd.zip |
Fix missing dependency, take maintainership
Diffstat (limited to 'emulators/vice')
-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* |