diff options
author | adamw <adamw@FreeBSD.org> | 2004-01-17 12:15:23 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-01-17 12:15:23 +0800 |
commit | 59ae470069ebfaf693818aac261b091318a6ae54 (patch) | |
tree | bc050849b97245a3c3a6f88ee1b3f89ca294313f /databases/libgda3/Makefile | |
parent | f6fc836d872baf3edbdec9f0ae95547ae9b8af6e (diff) | |
download | freebsd-ports-gnome-59ae470069ebfaf693818aac261b091318a6ae54.tar.gz freebsd-ports-gnome-59ae470069ebfaf693818aac261b091318a6ae54.tar.zst freebsd-ports-gnome-59ae470069ebfaf693818aac261b091318a6ae54.zip |
Update to 1.0.3.
Diffstat (limited to 'databases/libgda3/Makefile')
-rw-r--r-- | databases/libgda3/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index f836b225ae10..d6576a9b207d 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgda2 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0 @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier glib20 libxslt INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" @@ -34,6 +35,10 @@ MAN5= gda-config.5 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/2$//} +post-patch: + @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ + ${WRKSRC}/Makefile.in + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) |