summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-19 05:20:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-19 05:20:54 +0800
commit9f96f7553d4299a8258ac7831c1d7a8c3397daaf (patch)
treea87d491e4af561c72c724670416a6cb2c25dd038 /x11-toolkits/gtk20/Makefile
parenta0796ff0761779f6e3638c8adb5472cba866958c (diff)
downloadmarcuscom-ports-9f96f7553d4299a8258ac7831c1d7a8c3397daaf.tar
marcuscom-ports-9f96f7553d4299a8258ac7831c1d7a8c3397daaf.tar.gz
marcuscom-ports-9f96f7553d4299a8258ac7831c1d7a8c3397daaf.tar.bz2
marcuscom-ports-9f96f7553d4299a8258ac7831c1d7a8c3397daaf.tar.lz
marcuscom-ports-9f96f7553d4299a8258ac7831c1d7a8c3397daaf.tar.xz
marcuscom-ports-9f96f7553d4299a8258ac7831c1d7a8c3397daaf.tar.zst
marcuscom-ports-9f96f7553d4299a8258ac7831c1d7a8c3397daaf.zip
Update to 2.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4270 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/Makefile')
-rw-r--r--x11-toolkits/gtk20/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 2688ed513..d85bb79da 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,11 +3,11 @@
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.59 2005/07/05 02:25:37 ahze Exp $
+# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.60 2005/07/08 20:02:37 ahze Exp $
#
PORTNAME= gtk
-PORTVERSION= 2.7.2
+PORTVERSION= 2.7.3
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.7,} \
ftp://ftp.gtk.org/pub/gtk/v2.7/ \
@@ -65,9 +65,12 @@ CONFIGURE_ARGS+= --enable-debug=no
.else
.if ${WITH_DEBUG:L} == "yes"
CONFIGURE_ARGS+= --enable-debug=yes
+STRIP=
.else
CONFIGURE_ARGS+= --enable-debug=minimum
+CFLAGS+= -g
.endif
+STRIP=
.endif
.endif