aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-26 12:26:26 +0800
committerkris <kris@FreeBSD.org>2006-01-26 12:26:26 +0800
commitb83914999177f9317758778895f5d290c82d12b9 (patch)
treedd30a95b7971182d62b0c41990cde3d847f81e0a
parentd09b705b514af4c6b8e0a95c28e8e8363302ba88 (diff)
downloadfreebsd-ports-gnome-b83914999177f9317758778895f5d290c82d12b9.tar.gz
freebsd-ports-gnome-b83914999177f9317758778895f5d290c82d12b9.tar.zst
freebsd-ports-gnome-b83914999177f9317758778895f5d290c82d12b9.zip
Add missing USE_PERL5_BUILD
-rw-r--r--cad/qfsm/Makefile1
-rw-r--r--net-p2p/valknut/Makefile1
-rw-r--r--net/valknut/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/cad/qfsm/Makefile b/cad/qfsm/Makefile
index 4f49aa9098da..1774c029f917 100644
--- a/cad/qfsm/Makefile
+++ b/cad/qfsm/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical tool for designing finite state machines
USE_QT_VER= 3
+USE_PERL5_BUILD=yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile
index a40deb89bd2a..3c1a97a04f78 100644
--- a/net-p2p/valknut/Makefile
+++ b/net-p2p/valknut/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
USE_QT_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
+USE_PERL5_BUILD=yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
diff --git a/net/valknut/Makefile b/net/valknut/Makefile
index a40deb89bd2a..3c1a97a04f78 100644
--- a/net/valknut/Makefile
+++ b/net/valknut/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= dc.0:${PORTSDIR}/net/dclib \
USE_QT_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
+USE_PERL5_BUILD=yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \