diff options
author | antoine <antoine@FreeBSD.org> | 2013-11-26 01:59:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-11-26 01:59:58 +0800 |
commit | 0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4 (patch) | |
tree | e64ba81759aa9c8a89ab66491e9dd72cbf69ebcb /mail/pear-Mail_Queue | |
parent | 236b5b673b5f9c7caf4d5204ce99fdfb2c33813e (diff) | |
download | freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.tar.gz freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.tar.zst freebsd-ports-gnome-0aad9a7ac5fe949ee9ab390b6fcaaa482dd70ee4.zip |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt)
Diffstat (limited to 'mail/pear-Mail_Queue')
-rw-r--r-- | mail/pear-Mail_Queue/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/pear-Mail_Queue/Makefile b/mail/pear-Mail_Queue/Makefile index e833fe431e91..0d795959539f 100644 --- a/mail/pear-Mail_Queue/Makefile +++ b/mail/pear-Mail_Queue/Makefile @@ -20,7 +20,6 @@ PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPEAR_DB} |