From 9086e38e194ef11fa33de680da40df5dd30e63ba Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 10 Aug 2002 14:09:59 +0000 Subject: Fix missing dependency, take maintainership --- emulators/vice/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'emulators') 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* -- cgit v1.2.3