diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-26 03:00:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-26 03:00:37 +0000 |
commit | 2a5ebd0ba52f7723056672b5a43dca40b4ab7e0a (patch) | |
tree | b9db10b247af3d95a7615a3bb280ecc02c9733d4 /www/libwww/Makefile | |
parent | 041872966ca3ee4c7930668e09a814f19dbb90e6 (diff) | |
download | ports-2a5ebd0ba52f7723056672b5a43dca40b4ab7e0a.tar.gz ports-2a5ebd0ba52f7723056672b5a43dca40b4ab7e0a.zip |
Notes
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 41c1030e51b2..b9bad59aba52 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -3,16 +3,17 @@ # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.12 1998/10/16 03:04:06 jseger Exp $ +# $Id: Makefile,v 1.13 1998/11/02 02:48:27 jseger Exp $ # -PKGNAME= libwww-5.2 +PKGNAME= libwww-5.2.1 DISTNAME= w3c-${PKGNAME} CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ MAINTAINER= jseger@FreeBSD.org +FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static |