diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:52:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:52:24 +0800 |
commit | ba76c4a08300b63ce4cb76ff3a13678a864d508b (patch) | |
tree | d4682745ce2c510191f7e8dfcc9fb66a415878b4 /textproc/google-ctemplate | |
parent | 6c7684eb4c7f6967d9fdfeff881f0c306ac13b40 (diff) | |
download | freebsd-ports-gnome-ba76c4a08300b63ce4cb76ff3a13678a864d508b.tar.gz freebsd-ports-gnome-ba76c4a08300b63ce4cb76ff3a13678a864d508b.tar.zst freebsd-ports-gnome-ba76c4a08300b63ce4cb76ff3a13678a864d508b.zip |
Eradicate USE_GNOME=pkgconfig from textproc
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'textproc/google-ctemplate')
-rw-r--r-- | textproc/google-ctemplate/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/google-ctemplate/Makefile b/textproc/google-ctemplate/Makefile index 4ba27fae1eb6..07f148648144 100644 --- a/textproc/google-ctemplate/Makefile +++ b/textproc/google-ctemplate/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: google-ctemplate -# Date created: Apr 26, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= google-ctemplate PORTVERSION= 2.2 @@ -18,7 +13,7 @@ COMMENT= A simple but powerful template language for C++ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USES= pkgconfig .if !defined(NOPORTDOCS) PORTDOCS= * |