diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 04:44:20 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 04:44:20 +0800 |
commit | f1843ba435a86de5775a50ea1849ba7514d95b9f (patch) | |
tree | eec62f4b54f5a750ca8037a28fd5c6035971bb81 /x11-toolkits/slingshot/Makefile | |
parent | b15684ccab5d4672ec772bff9e35687958486180 (diff) | |
download | freebsd-ports-gnome-f1843ba435a86de5775a50ea1849ba7514d95b9f.tar.gz freebsd-ports-gnome-f1843ba435a86de5775a50ea1849ba7514d95b9f.tar.zst freebsd-ports-gnome-f1843ba435a86de5775a50ea1849ba7514d95b9f.zip |
Mark BROKEN for ELF:
===> Building package for slingshot-2.1
Creating package /usr/ports/packages/All/slingshot-2.1.tgz
Registering depends: XFree86-3.3.2 xview-config-3.2.1 xview-lib-3.2.1.
Creating gzip'd tar ball in '/usr/ports/packages/All/slingshot-2.1.tgz'
tar: can't add file lib/libsspkg.so.1 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
Diffstat (limited to 'x11-toolkits/slingshot/Makefile')
-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 |