diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-07-03 15:32:23 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-07-03 15:32:23 +0000 |
commit | 13b2309ccf8aa536128874bd165b482658c276fe (patch) | |
tree | 73f22d346fbecae0dc8b72b0aa5d41d97fb938ca /net/gnomeicu/Makefile | |
parent | 6a6e51170086be28b56783166daebca5600c5b4b (diff) | |
download | ports-13b2309ccf8aa536128874bd165b482658c276fe.tar.gz ports-13b2309ccf8aa536128874bd165b482658c276fe.zip |
Notes
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 |