aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gdl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gdl/Makefile')
-rw-r--r--x11-toolkits/gdl/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile
index 4c0198dc4850..cdc733e2a83f 100644
--- a/x11-toolkits/gdl/Makefile
+++ b/x11-toolkits/gdl/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= gdl
-PORTVERSION= 0.4.0
-PORTREVISION= 4
+PORTVERSION= 0.5.0
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5
MAINTAINER= gnome@FreeBSD.org
COMMENT= Components intended to be shared between GNOME development tools
@@ -18,14 +17,10 @@ COMMENT= Components intended to be shared between GNOME development tools
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -Ee \
- 's|-D[^[:space:]_]+_DISABLE_DEPRECATED||g'
-
.include <bsd.port.mk>