diff options
author | danfe <danfe@FreeBSD.org> | 2013-06-02 14:42:23 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-06-02 14:42:23 +0000 |
commit | 1e2d1e39398f905a4e89a6d9785069635f9bf00a (patch) | |
tree | b37316d26efd5e4ae348529c639637c5985627b2 | |
parent | 78156fc17d381f7eed0cb71cb386bacba4cacaf6 (diff) | |
download | FreeBSD-ports-1e2d1e39398f905a4e89a6d9785069635f9bf00a.zip FreeBSD-ports-1e2d1e39398f905a4e89a6d9785069635f9bf00a.tar.gz |
Use standard PGO_DESC from the pool.
-rw-r--r-- | mail/crm114/Makefile | 1 | ||||
-rw-r--r-- | textproc/libtre/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mail/crm114/Makefile b/mail/crm114/Makefile index cbf5c65..0ab6ce7 100644 --- a/mail/crm114/Makefile +++ b/mail/crm114/Makefile @@ -44,7 +44,6 @@ CRM_FILES= mailfilter.crm mailfilter.cf mailreaver.crm mailtrainer.crm \ reto_procmailrc.recipe OPTIONS_DEFINE= PGO -PGO_DESC= Profile-Guided Optimization .include <bsd.port.options.mk> diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index d56b923..464035e 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -25,7 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS PGO DOCS -PGO_DESC= Enable Profile-Guided Optimization MAN1= tre_agrep.1 |