diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-05 19:13:24 +0000 |
commit | d129587b5d568b0ff5300386f1e1b706c349f38e (patch) | |
tree | e398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /databases/libgda5/Makefile | |
parent | c13de12f75988e599e389d9c77ed92db8d927185 (diff) | |
download | ports-d129587b5d568b0ff5300386f1e1b706c349f38e.tar.gz ports-d129587b5d568b0ff5300386f1e1b706c349f38e.zip |
Notes
Diffstat (limited to 'databases/libgda5/Makefile')
-rw-r--r-- | databases/libgda5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index 50870546e57a..08cc6d8b0195 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libgda -PORTVERSION?= 5.2.2 -PORTREVISION?= 2 +PORTVERSION?= 5.2.4 +PORTREVISION?= 0 CATEGORIES= databases gnome MASTER_SITES= GNOME PKGNAMESUFFIX?= 5 @@ -23,7 +23,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib USES+= gettext gmake libtool pathfix pkgconfig -USE_GNOME= gnomeprefix glib20 libxslt intlhack referencehack +USE_GNOME= glib20 libxslt intlhack referencehack USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |