diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
commit | 935fc1ffdbbee69971670654c2b0190bedc649b7 (patch) | |
tree | 1d38012c525c65e03b9b9d2c57e389836fd6998c /sysutils/torque | |
parent | 5f9e066c1d7adad8b9a6fa95791cd2a3a5ee9079 (diff) | |
download | freebsd-ports-gnome-935fc1ffdbbee69971670654c2b0190bedc649b7.tar.gz freebsd-ports-gnome-935fc1ffdbbee69971670654c2b0190bedc649b7.tar.zst freebsd-ports-gnome-935fc1ffdbbee69971670654c2b0190bedc649b7.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/torque')
-rw-r--r-- | sysutils/torque/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/torque/Makefile b/sysutils/torque/Makefile index 100dcb004c2b..8d70593d844d 100644 --- a/sysutils/torque/Makefile +++ b/sysutils/torque/Makefile @@ -11,14 +11,13 @@ MASTER_SITES= http://www.adaptivecomputing.com/index.php?wpfb_dl=77/ \ MAINTAINER= jwbacon@tds.net COMMENT= Open source distributed computing resource manager based on PBS +USES= gmake perl5 USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-syslog \ --disable-spool -USE_GMAKE= yes USE_RC_SUBR= pbs_server pbs_sched pbs_mom SUB_FILES= pkg-message torque-config -USE_PERL5= yes USE_LDCONFIG= yes CONFLICTS_INSTALL= qstat-[0-9]* zh-qterm-[0-9]* |