diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-17 17:33:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-17 17:33:59 +0000 |
commit | dd6b7c0c9bd773bba98cc7328e041860b78782cf (patch) | |
tree | 524acc8a4077665f544f112c4345fc23f54b7eb6 /databases/libgda3 | |
parent | 60d1ba6dcadd99c700157b1a6f2851383976bc2b (diff) | |
download | ports-dd6b7c0c9bd773bba98cc7328e041860b78782cf.tar.gz ports-dd6b7c0c9bd773bba98cc7328e041860b78782cf.zip |
Notes
Diffstat (limited to 'databases/libgda3')
-rw-r--r-- | databases/libgda3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index ca53911e8933..2d1e8227c901 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgda2 PORTVERSION= 0.11.0 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.11 @@ -17,8 +18,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Provides uniform access to different kinds of data sources BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ - popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes @@ -29,7 +29,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier glib20 libxslt INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" + LIBS="-L${LOCALBASE}/lib -lintl" MAN1= gda-config-tool.1 MAN5= gda-config.5 |