diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:03:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 17:03:45 +0000 |
commit | 2c83eb96cb9df1ac726c39bb8671df8fb914aa2f (patch) | |
tree | 26f8eced15a5b076bdc1e00116f3a95ab5560091 /sysutils/gnomecontrolcenter2/Makefile | |
parent | Update to version 0.8.99.2. Also honor CFLAGS and PREFIX. (diff) |
Update to version 1.0.5.
PR: 11549
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'sysutils/gnomecontrolcenter2/Makefile')
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index 79215d56a128..cb7f6b440649 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: control-center -# Version required: 1.0.1 +# Version required: 1.0.5 # Date created: 29 Dec 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.8 1999/03/27 10:35:54 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/04/08 18:08:37 steve Exp $ # -DISTNAME= control-center-1.0.2 -PKGNAME= gnomecontrolcenter-1.0.2 +DISTNAME= control-center-1.0.5 +PKGNAME= gnomecontrolcenter-1.0.5 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center @@ -17,6 +17,8 @@ MAINTAINER= vanilla@FreeBSD.ORG BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +USE_LIBTOOL= yes +LIBTOOL= ${LOCALBASE}/bin/libtool USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |