diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-14 04:02:39 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-14 04:02:39 +0800 |
commit | 98123a8a15184260c1192823093247c54f5e0d55 (patch) | |
tree | a81f9d470665b57dd23623c4b8dbc4f4a81b698c /emulators/vice/Makefile | |
parent | 137f91a23ffe70dc62f43a4125894fa0a3e6bc71 (diff) | |
download | freebsd-ports-gnome-98123a8a15184260c1192823093247c54f5e0d55.tar.gz freebsd-ports-gnome-98123a8a15184260c1192823093247c54f5e0d55.tar.zst freebsd-ports-gnome-98123a8a15184260c1192823093247c54f5e0d55.zip |
Add missing dependency on libXaw3d.
Diffstat (limited to 'emulators/vice/Makefile')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index d922ea0c3f16..b16a312ee8c9 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 28, 1998 # Whom: dchapes@ddm.on.ca # -# $Id: Makefile,v 1.2 1998/07/13 01:25:02 dburr Exp $ +# $Id: Makefile,v 1.3 1998/07/13 11:57:58 dburr Exp $ DISTNAME= vice-0.14.1 CATEGORIES= emulators @@ -11,6 +11,8 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ MAINTAINER= dchapes@ddm.on.ca +LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d + WRKSRC= ${WRKDIR}/vice-0.14.1/src RESTRICTED= ROMs are copyrighted by Commodore Business Machines |