diff options
author | danfe <danfe@FreeBSD.org> | 2013-06-02 22:42:23 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-06-02 22:42:23 +0800 |
commit | 1e2d1e39398f905a4e89a6d9785069635f9bf00a (patch) | |
tree | b37316d26efd5e4ae348529c639637c5985627b2 /textproc/libtre | |
parent | 78156fc17d381f7eed0cb71cb386bacba4cacaf6 (diff) | |
download | freebsd-ports-gnome-1e2d1e39398f905a4e89a6d9785069635f9bf00a.tar.gz freebsd-ports-gnome-1e2d1e39398f905a4e89a6d9785069635f9bf00a.tar.zst freebsd-ports-gnome-1e2d1e39398f905a4e89a6d9785069635f9bf00a.zip |
Use standard PGO_DESC from the pool.
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index d56b9231c242..464035e79f1b 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 |