diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 20:44:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 20:44:20 +0000 |
commit | 6fdf227e965d812b1d5e14e4174475f041765214 (patch) | |
tree | 7f23eac3902dc9157bc2dfcc5de9846be3e7cf50 /x11-toolkits | |
parent | 3c626488e1cb0d18950fa537b38843f462e5fc86 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/slingshot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/slingshot/Makefile b/x11-toolkits/slingshot/Makefile index 6742dce3413e..dba13402f477 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.5 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/21 22:15:59 steve Exp $ # DISTNAME= SlingShot2.1 @@ -16,6 +16,8 @@ MAINTAINER= giffunip@asme.org LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib +BROKEN_ELF= yes + WRKSRC= $(WRKDIR)/sspkg2.1 USE_X_PREFIX= yes USE_GMAKE= yes |