diff options
author | jim <jim@FreeBSD.org> | 2000-03-27 14:07:33 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-03-27 14:07:33 +0800 |
commit | 621af0b79a09db185bcdff35d4e38437b3077a77 (patch) | |
tree | e95a89682267b2870e7892d15d170f9bc4887e27 /net/gaim-snapshot/Makefile | |
parent | b0f281dff57ae89f418ec6cd949a0fe26882e90e (diff) | |
download | freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.tar.gz freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.tar.zst freebsd-ports-gnome-621af0b79a09db185bcdff35d4e38437b3077a77.zip |
Update to version 0.9.12
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index 61739f86cf09..b0bbe785e13d 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gaim -# Version required: 0.9.11 +# Version required: 0.9.12 # Date created: 26 Mar 1999 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gaim-0.9.11 +DISTNAME= gaim-0.9.12 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes CONFIGURE_ARGS= --disable-esd + CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" |