diff options
author | kris <kris@FreeBSD.org> | 2006-01-26 12:26:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-26 12:26:26 +0800 |
commit | b83914999177f9317758778895f5d290c82d12b9 (patch) | |
tree | dd30a95b7971182d62b0c41990cde3d847f81e0a | |
parent | d09b705b514af4c6b8e0a95c28e8e8363302ba88 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/valknut/Makefile | 1 | ||||
-rw-r--r-- | net/valknut/Makefile | 1 |
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} \ |