diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-13 02:20:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-05-13 02:20:31 +0800 |
commit | c18641048d792cd348899d211a3681aa588e1887 (patch) | |
tree | 2283061a584bebdb40b8f28a4181ed5cdfde7732 /devel/glib20/Makefile | |
parent | 34e689f587f1129c83f861a216f9c7ab6b2ab943 (diff) | |
download | marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.gz marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.tar.zst marcuscom-ports-c18641048d792cd348899d211a3681aa588e1887.zip |
Merge -reference port support from the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 678740d36..e0940e202 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD: ports/devel/glib20/Makefile,v 1.121 2006/04/30 00:46:47 marcus Exp $ -# $MCom: ports/devel/glib20/Makefile,v 1.75 2006/04/13 07:57:40 bland Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.77 2006/05/04 05:40:27 marcus Exp $ # PORTNAME= glib @@ -24,6 +24,9 @@ COMMENT= Some useful routines of C programming (current stable version) LATEST_LINK= glib20 USE_BZIP2= yes + +.if !defined(REFERENCE_PORT) + USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes @@ -50,3 +53,5 @@ post-patch: ${WRKSRC}/glib/gutils.c .include <bsd.port.post.mk> + +.endif |