diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-25 17:59:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-25 17:59:58 +0000 |
commit | 4f5544a38b1a9cb3b0735ff410b51e7794dfeed4 (patch) | |
tree | e64ba81759aa9c8a89ab66491e9dd72cbf69ebcb /sysutils/pear-Translation2 | |
parent | 117fca0bcb1296c59c55e670974c1d3263184c8d (diff) |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=334871
Diffstat (limited to 'sysutils/pear-Translation2')
-rw-r--r-- | sysutils/pear-Translation2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/pear-Translation2/Makefile b/sysutils/pear-Translation2/Makefile index 13141b9dd99c..ea88a77aa61b 100644 --- a/sysutils/pear-Translation2/Makefile +++ b/sysutils/pear-Translation2/Makefile @@ -27,7 +27,6 @@ PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support PEAR_I18NV2_DESC= PEAR::I18Nv2 support PEAR_XML_SERIALIZER_DESC= PEAR::XML_Serializer support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_CACHE_LITE} |