diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:46:40 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 23:46:40 +0000 |
commit | 0957a8474031aa1d5c7f445be6e2e0045931b28e (patch) | |
tree | 904cc89cc92878d501a4f6bc688a51520d513bb0 /www/libwww | |
parent | 69f9cd47fd730a033f559bc7442239840c881e26 (diff) | |
download | ports-0957a8474031aa1d5c7f445be6e2e0045931b28e.tar.gz ports-0957a8474031aa1d5c7f445be6e2e0045931b28e.zip |
Notes
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 |