diff options
author | az <az@FreeBSD.org> | 2013-09-15 22:54:36 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 22:54:36 +0800 |
commit | 74847b007e16e0eb348fe1fd2ccd8af57e869cb9 (patch) | |
tree | 91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /net/openpgm | |
parent | a1d46f08242a53c98e09fb92b89af560291b77fe (diff) | |
download | freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.tar.gz freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.tar.zst freebsd-ports-gnome-74847b007e16e0eb348fe1fd2ccd8af57e869cb9.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net/openpgm')
-rw-r--r-- | net/openpgm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile index 54422056348b..759e0e3b747e 100644 --- a/net/openpgm/Makefile +++ b/net/openpgm/Makefile @@ -15,9 +15,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix +USES= pathfix perl5 USE_LDCONFIG= yes -USE_PERL5= yes USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm |