aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gambas/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-04-04 01:50:35 +0800
committerthierry <thierry@FreeBSD.org>2004-04-04 01:50:35 +0800
commit869ea13693a3f8586501eacb6680e4789aa7fb01 (patch)
tree087d0801a38ba70f1b572ccf2095d81628022763 /lang/gambas/Makefile
parent6aa561c351da42014a89c9e49ff3075aff0ae2c4 (diff)
downloadfreebsd-ports-gnome-869ea13693a3f8586501eacb6680e4789aa7fb01.tar.gz
freebsd-ports-gnome-869ea13693a3f8586501eacb6680e4789aa7fb01.tar.zst
freebsd-ports-gnome-869ea13693a3f8586501eacb6680e4789aa7fb01.zip
- Upgrade to 0.92.
- unbreak the examples. Approved by: mat (implicit).
Diffstat (limited to 'lang/gambas/Makefile')
-rw-r--r--lang/gambas/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile
index a6b7c9c706cb..c604dd6f06a5 100644
--- a/lang/gambas/Makefile
+++ b/lang/gambas/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= gambas
-PORTVERSION= 0.91
+PORTVERSION= 0.92
CATEGORIES= lang
MASTER_SITES= http://gambas.sourceforge.net/
@@ -19,7 +19,7 @@ RUN_DEPENDS= pgrep:${PORTSDIR}/sysutils/pkill
USE_KDELIBS_VER= 3
USE_GETTEXT= yes
USE_BZIP2= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
LIBTOOLFILES= configure libltdl/configure
LIBTOOLFLAGS= # none
USE_GMAKE= yes
@@ -105,5 +105,7 @@ post-patch:
@${REINPLACE_CMD} -e "s|# FreeBSD-Doc-Comment||" ${WRKSRC}/Makefile.in
.endif
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile.in
+ @${RM} ${WRKSRC}/examples/Database/DataReportExample/Fconn.class.orig \
+ ${WRKSRC}/examples/Database/DataReportExample/Fmain.class.orig
.include <bsd.port.post.mk>