aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/vdkbuilder/Makefile
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-06-29 08:28:18 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-06-29 08:28:18 +0000
commitbe7ea7b0ecc2aa1b5cd439e66de13395355d8c7f (patch)
tree5291e8d1e969a1a1def030ce830e21a1ebbfe5f4 /x11-toolkits/vdkbuilder/Makefile
parentaf3a42484d974a2bcb1db3b470f78d41f2ca28d4 (diff)
downloadports-be7ea7b0ecc2aa1b5cd439e66de13395355d8c7f.tar.gz
ports-be7ea7b0ecc2aa1b5cd439e66de13395355d8c7f.zip
Notes
Diffstat (limited to 'x11-toolkits/vdkbuilder/Makefile')
-rw-r--r--x11-toolkits/vdkbuilder/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile
index 7a2ed688bc1d..07fb3ebac512 100644
--- a/x11-toolkits/vdkbuilder/Makefile
+++ b/x11-toolkits/vdkbuilder/Makefile
@@ -6,22 +6,23 @@
#
PORTNAME= vdkbuilder
-PORTVERSION= 1.0.6
+PORTVERSION= 1.2.1
CATEGORIES= x11-toolkits
-MASTER_SITES= http://www.programmers.net/artic/Motta/vdk/
+MASTER_SITES= http://download.sourceforge.net/vdkbuilder/
MAINTAINER= nakai@FreeBSD.org
-LIB_DEPENDS= vdk.1:${PORTSDIR}/x11-toolkits/vdk
+LIB_DEPENDS= vdk.3:${PORTSDIR}/x11-toolkits/vdk
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_NEWGCC= yes
+USE_GMAKE= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -lgnuregex"
.include <bsd.port.mk>