diff options
-rw-r--r-- | devel/glib20/Makefile | 6 | ||||
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/shotwell/Makefile | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a074cffca..2c8c5bf48 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.200 2011/03/07 20:38:48 kwm Exp $ +# $MCom: ports/devel/glib20/Makefile,v 1.201 2011/03/14 17:26:50 kwm Exp $ # # !! DON'T FORGET ABOUT devel/gio-fam-backend !! @@ -78,6 +78,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ #CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" .endif +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug=yes +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/glib/gutils.c diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 6cb2f95c2..b5f81e80a 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD: ports/graphics/evince/Makefile,v 1.63 2010/12/04 07:31:56 ade Exp $ -# $MCom: ports/graphics/evince/Makefile,v 1.147 2010/09/28 07:27:12 kwm Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.149 2011/03/07 09:12:49 kwm Exp $ # PORTNAME= evince @@ -29,7 +29,7 @@ USE_GETTEXT= yes USE_GMAKE= yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \ - gnomedocutils ltasneededhack + gnomedocutils ltasneededhack gconf2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 461c15cbf..bb8a1e751 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -26,8 +26,6 @@ LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique -BROKEN= does not build - USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gnomehier gconf2 gtk20 desktopfileutils librsvg2 |