diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-03-27 06:07:33 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-03-27 06:07:33 +0000 |
commit | 650210eba271a1a0d3680b9696e04512e04eefa0 (patch) | |
tree | 851ae6a90546bf514f2dbc7c2e0ea4aa0c0d9473 /net-im/gaim/Makefile | |
parent | a407586d876a4eeb04474d443e4e58ac19122b17 (diff) |
Update to version 0.9.12
Notes
Notes:
svn path=/head/; revision=27076
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r-- | net-im/gaim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 61739f86cf09..b0bbe785e13d 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/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}" |