diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-24 21:08:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-24 21:08:49 +0800 |
commit | ccaf40d10e639b06b3af6b8a3d21e81b02900c2e (patch) | |
tree | 34aa6b01e043a6a4548cdce0720f50e1cd46f331 /graphics/evince/Makefile | |
parent | da2e1e58059d54ee55dc03a4c1abeff8ec0e5e01 (diff) | |
download | marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar.gz marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.tar.zst marcuscom-ports-ccaf40d10e639b06b3af6b8a3d21e81b02900c2e.zip |
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
Diffstat (limited to 'graphics/evince/Makefile')
-rw-r--r-- | graphics/evince/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk> |