diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-15 07:46:40 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-15 07:46:40 +0800 |
commit | 890c2350061024f82c5cc046eb1463a0a7a7ffe2 (patch) | |
tree | 375ed602dd1526ec0cabcc9c08777113deeef4e4 /www/libwww | |
parent | 25ba6e3eb70c3b03d04100b1a372fa606b85b900 (diff) | |
download | freebsd-ports-gnome-890c2350061024f82c5cc046eb1463a0a7a7ffe2.tar.gz freebsd-ports-gnome-890c2350061024f82c5cc046eb1463a0a7a7ffe2.tar.zst freebsd-ports-gnome-890c2350061024f82c5cc046eb1463a0a7a7ffe2.zip |
Mark BROKEN for ELF:
===> Building package for libwww-5.1m1
Creating package /usr/ports/packages/All/libwww-5.1m1.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/libwww-5.1m1.tgz'
tar: can't add file lib/libwww.so.5 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
Diffstat (limited to 'www/libwww')
-rw-r--r-- | www/libwww/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 5f70df837b56..752c9cdeb773 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.9 1998/04/11 03:20:03 jseger Exp $ +# $Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp $ # PKGNAME= libwww-5.1m1 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ MAINTAINER= jseger@FreeBSD.org +BROKEN_ELF= yes + GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static |