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 /misc | |
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 'misc')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index b5745eeac..d95471bde 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.116 2008/07/22 03:11:25 marcus Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.117 2008/08/19 02:45:36 kwm Exp $ # PORTNAME= gnome-icon-theme @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicol USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack intlhack gnometarget gtk20 +USE_GNOME= gnomehack intlhack gtk20 INSTALLS_ICONS= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |