diff options
author | steve <steve@FreeBSD.org> | 1998-09-22 06:15:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-22 06:15:59 +0800 |
commit | 919ea254683fc089c77947c617de5f4c5a6ba835 (patch) | |
tree | 6079bcf84323bcd822b46038c4b06aa47d3e6ac2 /x11-toolkits | |
parent | fe0e01ed5fa1231f045bf707fdf67eabe1fca01d (diff) | |
download | freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.tar.gz freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.tar.zst freebsd-ports-gnome-919ea254683fc089c77947c617de5f4c5a6ba835.zip |
Remove regexp support for libxview not that it builds ELF too.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/slingshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index 8572dcab14dc..6742dce3413e 100644 --- a/x11-toolkits/slingshot/Makefile +++ b/x11-toolkits/slingshot/Makefile @@ -3,7 +3,7 @@ # Date created: 5 March 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.4 1998/08/07 22:56:39 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:51 asami Exp $ # DISTNAME= SlingShot2.1 @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org -LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib WRKSRC= $(WRKDIR)/sspkg2.1 USE_X_PREFIX= yes |