diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /emulators/atari800 | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 05897cd1051..fe2f8c16cc3 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -3,7 +3,7 @@ # Date created: 29th April, 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/10/29 09:07:08 tg Exp $ # DISTNAME= Atari800-0.8.1 @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_FILES} MAINTAINER= sutton@aardvark.apana.org.au BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= xview:${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview:${PORTSDIR}/x11-toolkits/xview-lib RESTRICTED= "xf25 contains copyright ROMs and cannot be distributed" NO_PACKAGE= ${RESTRICTED} |