diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 17:31:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 17:31:16 +0800 |
commit | 725a612e719cce8b875cf136e22dd3a380ac9947 (patch) | |
tree | c90b02753dc70def7856d0bea15ac83c32a835eb /Mk | |
parent | fd7c0f4d01d8abd667b8f77a025bb9162eff8e98 (diff) | |
download | freebsd-ports-gnome-725a612e719cce8b875cf136e22dd3a380ac9947.tar.gz freebsd-ports-gnome-725a612e719cce8b875cf136e22dd3a380ac9947.tar.zst freebsd-ports-gnome-725a612e719cce8b875cf136e22dd3a380ac9947.zip |
Convert to new perl framework
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 3d433e8ee405..49b29ed0c17f 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -502,8 +502,8 @@ MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} USE_GNOME+= libidl desktopfileutils -USES+= iconv -USE_PERL5_BUILD=yes +USES+= iconv perl5 +USE_PERL5= build USE_XORG= printproto sm xt xi xext x11 xinerama \ ice xproto |