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 /comms | |
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 'comms')
-rw-r--r-- | comms/pear-Horde_ActiveSync/Makefile | 1 | ||||
-rw-r--r-- | comms/pear-Horde_SyncMl/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/comms/pear-Horde_ActiveSync/Makefile b/comms/pear-Horde_ActiveSync/Makefile index 042bebda3066..a191ff1597ef 100644 --- a/comms/pear-Horde_ActiveSync/Makefile +++ b/comms/pear-Horde_ActiveSync/Makefile @@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Date \ Horde_Support \ Horde_Util -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> diff --git a/comms/pear-Horde_SyncMl/Makefile b/comms/pear-Horde_SyncMl/Makefile index 004bddbffbb3..a32925025b85 100644 --- a/comms/pear-Horde_SyncMl/Makefile +++ b/comms/pear-Horde_SyncMl/Makefile @@ -20,7 +20,6 @@ USE_HORDE_RUN= Horde_Date \ USE_HORDE_RUN+= Horde_Auth \ Horde_Core -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include <bsd.port.post.mk> |