summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gdl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r--x11-toolkits/gdl/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
index 4dc72b121..f69c444bd 100644
--- a/x11-toolkits/gdl/Makefile
+++ b/x11-toolkits/gdl/Makefile
@@ -3,12 +3,11 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.25 2009/05/27 17:28:58 kwm Exp $
+# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.26 2009/05/27 17:57:40 kwm Exp $
#
PORTNAME= gdl
-PORTVERSION= 2.27.2
-PORTREVISION= 1
+PORTVERSION= 2.27.3
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
@@ -17,18 +16,11 @@ COMMENT= Components intended to be shared between GNOME development tools
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui
+USE_GNOME= gnomeprefix gnomehack gtk20
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-
-post-install:
-.for i in gdl-dock-notebook.h gdl-dock-object.h gdl-dock-paned.h \
- gdl-dock-placeholder.h gdl-dock-tablabel.h gdl-dock.h gdl-switcher.h
- @${INSTALL_DATA} ${WRKSRC}/gdl/${i} ${PREFIX}/include/libgdl-1.0/gdl/${i}
-.endfor
-
.include <bsd.port.mk>