diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:51:04 +0800 |
commit | 0d179b7daca5221c9055d9a0c434f87ec3405750 (patch) | |
tree | f134d7bf940f5f50482b60e36c255e9f239360d6 /net-im/libpurple | |
parent | 9ff37d19d6ac3b540a4597b1a399fc17a26f4635 (diff) | |
download | freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.gz freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.tar.zst freebsd-ports-gnome-0d179b7daca5221c9055d9a0c434f87ec3405750.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'net-im/libpurple')
-rw-r--r-- | net-im/libpurple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index d52f08913b69..09fa4b95daec 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -194,7 +194,7 @@ PLIST_SUB+= DBUS="@comment not installed: " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES+= perl5 CONFIGURE_ARGS+= --with-perl-lib=site PLIST_SUB+= PERL:="" .if !defined(PIDGIN_SLAVE) |