diff options
author | nectar <nectar@FreeBSD.org> | 1999-07-03 23:32:23 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-07-03 23:32:23 +0800 |
commit | 99891545ef9f157618b28432c6844a9fd7b3a123 (patch) | |
tree | 837f5dd89bf1bc29c50807aadfddd2992396b827 /net/gnomeicu/Makefile | |
parent | de9be04c40a0ce7a27fd9e4ffdb431bfbfe1bc7d (diff) | |
download | freebsd-ports-gnome-99891545ef9f157618b28432c6844a9fd7b3a123.tar.gz freebsd-ports-gnome-99891545ef9f157618b28432c6844a9fd7b3a123.tar.zst freebsd-ports-gnome-99891545ef9f157618b28432c6844a9fd7b3a123.zip |
. Update 0.64 -> 0.65
. USE_BZIP2
Diffstat (limited to 'net/gnomeicu/Makefile')
-rw-r--r-- | net/gnomeicu/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gnomeicu/Makefile b/net/gnomeicu/Makefile index 05f403c04f56..836d7df34f62 100644 --- a/net/gnomeicu/Makefile +++ b/net/gnomeicu/Makefile @@ -3,13 +3,13 @@ # Date created: 03/16/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1999/05/27 16:16:02 nectar Exp $ +# $Id: Makefile,v 1.11 1999/05/30 04:04:53 steve Exp $ # -DISTNAME= gnomeicu-0.64 +DISTNAME= gnomeicu-0.65 CATEGORIES= net gnome MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ - http://www.nectar.com/distfiles/ + http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.ORG @@ -18,6 +18,7 @@ LIB_DEPENDS= panel_applet.1:${PORTSDIR}/x11/gnomecore GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= YES +USE_BZIP2= YES GNU_CONFIGURE= YES CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome |