diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:52:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:52:24 +0000 |
commit | b84c92eea5c4b05717aee905a3e33821e923595d (patch) | |
tree | d4682745ce2c510191f7e8dfcc9fb66a415878b4 /textproc/google-ctemplate | |
parent | 8490dfbde20ae3b50bd15716771f00faee9cbbcb (diff) | |
download | ports-b84c92eea5c4b05717aee905a3e33821e923595d.tar.gz ports-b84c92eea5c4b05717aee905a3e33821e923595d.zip |
Eradicate USE_GNOME=pkgconfig from textproc
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
Notes
Notes:
svn path=/head/; revision=325739
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= * |