diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-03 21:35:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-03 21:35:04 +0800 |
commit | 168876eca06fc980a2afc6eaa21c2d6e79b4f78b (patch) | |
tree | ccc2df5e98f8f4faffe916689b4fcff982e79d79 /lang/perl5.14 | |
parent | b606dd1570fb1299df4026b2a73c254c71b64749 (diff) | |
download | freebsd-ports-gnome-168876eca06fc980a2afc6eaa21c2d6e79b4f78b.tar.gz freebsd-ports-gnome-168876eca06fc980a2afc6eaa21c2d6e79b4f78b.tar.zst freebsd-ports-gnome-168876eca06fc980a2afc6eaa21c2d6e79b4f78b.zip |
Stop renaming perl ports base on options
Diffstat (limited to 'lang/perl5.14')
-rw-r--r-- | lang/perl5.14/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 5090306f0c51..e9c6155b4ee1 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -114,7 +114,6 @@ PLIST_SUB+= MANCONF="@comment " #XXX IGNORE= Threaded perl does not pass tests on ${ARCH} #XXX .endif CONFIGURE_ARGS+= -Dusethreads=y -PKGNAMESUFFIX= -threaded WITH_PTHREAD= yes # it seems perl malloc has problems with threaded perl on FreeBSD PORT_OPTIONS:= ${PORT_OPTIONS:O:u} |