From ccaf40d10e639b06b3af6b8a3d21e81b02900c2e Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 24 Jan 2005 13:08:49 +0000 Subject: Update to 0.1.1. Tell configure where libintl lives, so po dir gets build. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3471 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/evince/Makefile') diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index df221ff98..8afa23930 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evince -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 @@ -20,5 +20,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes USE_GNOME= gnomehack gnomeprefix libgnomeui libgnomeprintui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include -- cgit