aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda3/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-02 04:23:03 +0800
committersobomax <sobomax@FreeBSD.org>2002-05-02 04:23:03 +0800
commita01b05da1e149f894d605c7c466b5fcec2bd9379 (patch)
treeca8d2ab2fd3ac8f506a7f1bff2e7a37e092bd8b7 /databases/libgda3/Makefile
parente712b00e58c2f6726ada6e8a7632a77f3ed96c1c (diff)
downloadfreebsd-ports-gnome-a01b05da1e149f894d605c7c466b5fcec2bd9379.tar.gz
freebsd-ports-gnome-a01b05da1e149f894d605c7c466b5fcec2bd9379.tar.zst
freebsd-ports-gnome-a01b05da1e149f894d605c7c466b5fcec2bd9379.zip
- Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
Diffstat (limited to 'databases/libgda3/Makefile')
-rw-r--r--databases/libgda3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index abfd7e86a720..0fb8c4353fdf 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgda
PORTVERSION= 0.2.96
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/${PORTNAME}
@@ -22,7 +23,7 @@ USE_X_PREFIX= yes
USE_GNOMECTRL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"