summaryrefslogtreecommitdiff
path: root/net/gaim-snapshot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r--net/gaim-snapshot/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile
index 0dea7699e6a9..0a944c0c5e0f 100644
--- a/net/gaim-snapshot/Makefile
+++ b/net/gaim-snapshot/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Mar 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
-# $Id: Makefile,v 1.3 1999/04/20 03:06:01 mharo Exp $
+# $Id: Makefile,v 1.4 1999/05/05 14:13:41 flathill Exp $
#
DISTNAME= gaim-0.8.0
@@ -16,15 +16,17 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jim@phrantic.phear.net
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
- glib12.1:${PORTSDIR}/devel/glib12
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ glib12.2:${PORTSDIR}/devel/glib12
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
+ GLIB_CONFIG="${GLIB_CONFIG}"
post-patch:
${CP} ${DISTDIR}/logo.xpm.gz ${WRKSRC}/pixmaps