diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-12 03:48:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-12 03:48:48 +0800 |
commit | cc54e24b4e43f4af240bda9a82e5ef95e63b3079 (patch) | |
tree | e407ff9f19c884c09144e648a8773cf25e52d2f7 /graphics | |
parent | dc64c4976cdf64a46618b71a7458933038be1863 (diff) | |
download | marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.gz marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.tar.zst marcuscom-ports-cc54e24b4e43f4af240bda9a82e5ef95e63b3079.zip |
Remove gnometarget from USE_GNOME.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16118 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairomm/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index 7623eaca4..8066e701a 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairomm/Makefile,v 1.18 2011/02/27 12:53:29 kwm Exp $ +# $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $ # PORTNAME= cairomm @@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget ltverhack +USE_GNOME= gnomehack ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 9f631f34f..f4b72e4e4 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,7 +3,7 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.73 2011/03/29 16:34:44 kwm Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.74 2011/08/05 14:05:23 kwm Exp $ # PORTNAME= poppler @@ -23,7 +23,7 @@ RUN_DEPENDS= poppler-data>0:${PORTSDIR}/graphics/poppler-data LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget libxml2 ltverhack +USE_GNOME= gnomehack libxml2 ltverhack USE_AUTOTOOLS= libtool MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes |