diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 05:53:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 05:53:02 +0800 |
commit | 3b895639a9af8d5b8b5dd93d608ec0872f5d4bed (patch) | |
tree | 5f4d176bf5820a43c218939194dfccbee87e008b /textproc | |
parent | 7ce74faf6120ad7616105f8b4ca3517088600d80 (diff) | |
download | marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar.gz marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar.bz2 marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar.lz marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar.xz marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.tar.zst marcuscom-ports-3b895639a9af8d5b8b5dd93d608ec0872f5d4bed.zip |
Remove gnometarget.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11367 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 3 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 9213577bd..e6865c162 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/intltool/Makefile,v 1.7 2008/07/22 03:03:05 marcus Exp $ +# $MCom: ports/textproc/intltool/Makefile,v 1.8 2008/07/26 07:37:04 marcus Exp $ PORTNAME= intltool PORTVERSION= 0.40.3 @@ -21,7 +21,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5= yes -USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index d57404454..1ab162d58 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -4,7 +4,7 @@ # Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.28 2008/08/18 15:32:17 mezz Exp $ +# $MCom: ports/textproc/libxml++26/Makefile,v 1.29 2008/08/21 20:40:29 mezz Exp $ # PORTNAME= libxml++ @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libxml++26 USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libxml2 pkgconfig +USE_GNOME= gnomehack libxml2 pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |