diff options
author | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 23:23:58 +0800 |
commit | fada737300174103bff4aceb28479e7a4b94fdd5 (patch) | |
tree | 38d8ee0489aa5335f3aff285581295d88a8c9c13 /print/gv | |
parent | 863e0036a81b76091d5992e7edb2d27f9e067a12 (diff) | |
download | freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.gz freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.tar.zst freebsd-ports-gnome-fada737300174103bff4aceb28479e7a4b94fdd5.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 0984de354e19..aa652df6ec9e 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_XORG= xpm ice sm xext xmu x11 USE_GHOSTSCRIPT= yes -USE_GMAKE= yes -USES= iconv -USE_PERL5_BUILD= yes +USES= iconv gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |