diff options
author | steve <steve@FreeBSD.org> | 1999-05-05 07:02:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-05 07:02:53 +0800 |
commit | 79eb12070c06aaea1f207db9b988e09970856665 (patch) | |
tree | 0e118865969984f93a606d6369f09fa4d822498a /x11-toolkits/slingshot/Makefile | |
parent | 8ec9f41cfbb2d31e0900be4e44a29e5c6cff3e8e (diff) | |
download | freebsd-ports-gnome-79eb12070c06aaea1f207db9b988e09970856665.tar.gz freebsd-ports-gnome-79eb12070c06aaea1f207db9b988e09970856665.tar.zst freebsd-ports-gnome-79eb12070c06aaea1f207db9b988e09970856665.zip |
Fix for ELF, cleanup PLIST, and find new xview port.
PR: 11206
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Diffstat (limited to 'x11-toolkits/slingshot/Makefile')
-rw-r--r-- | x11-toolkits/slingshot/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index dba13402f477..5dd964b52ba3 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.6 1998/09/21 22:15:59 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/15 20:44:20 jseger Exp $ # DISTNAME= SlingShot2.1 @@ -12,11 +12,9 @@ CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib - -BROKEN_ELF= yes +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= $(WRKDIR)/sspkg2.1 USE_X_PREFIX= yes |