diff options
author | steve <steve@FreeBSD.org> | 1998-09-21 09:35:33 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-21 09:35:33 +0800 |
commit | 850267c0e7de1e661c7473bbfbb0261e248188e2 (patch) | |
tree | f76a67eb10702b2ba69af7c1bf937c8433a39b3f /emulators | |
parent | a7d3f5b2a3ce36204d35af0d11a111639f3d7313 (diff) | |
download | freebsd-ports-gnome-850267c0e7de1e661c7473bbfbb0261e248188e2.tar.gz freebsd-ports-gnome-850267c0e7de1e661c7473bbfbb0261e248188e2.tar.zst freebsd-ports-gnome-850267c0e7de1e661c7473bbfbb0261e248188e2.zip |
Remove regexp support for Xaw3d since it can now be built in
an ELF world.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index d6e7c8625e1e..8bcfced379c6 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.7 1998/08/17 17:30:35 hoek Exp $ +# $Id: Makefile,v 1.8 1998/09/19 00:41:10 hoek Exp $ DISTNAME= vice-0.14.1 CATEGORIES= emulators @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ MAINTAINER= dchapes@ddm.on.ca -LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d USE_XLIB= yes WRKSRC= ${WRKDIR}/vice-0.14.1/src |