diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:47:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-30 03:47:23 +0000 |
commit | e23f6a9f22c78377674e449d48f40184b3eb2c52 (patch) | |
tree | 7d76fb2aba637fc94ae2f21fc2cffa73dc6e7512 /www/libghttp/Makefile | |
parent | Update to version 1.0.2 and use new gnome ports. (diff) |
Update to version 1.0.3.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'www/libghttp/Makefile')
-rw-r--r-- | www/libghttp/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index a1bcdd0a2fa4..2398cdc0445f 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,21 +1,18 @@ # New ports collection makefile for: libghttp -# Version required: 1.0.2 +# Version required: 1.0.3 # Date Created: 24 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1999/03/27 10:35:57 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/04/02 03:25:29 steve Exp $ # -DISTNAME= libghttp-1.0.2 +DISTNAME= libghttp-1.0.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libghttp MAINTAINER= vanilla@FreeBSD.ORG -GNU_CONFIGURE= yes - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes .include <bsd.port.mk> |