diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-05-07 13:00:29 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2005-05-07 13:00:29 +0000 |
commit | 080158c09d117e18ef92a5fde60f9bd532cae6cf (patch) | |
tree | c5de0b63eaec5fb03c30c0c1254cf7c09f7b624c /graphics/evince/Makefile | |
parent | 3a3f266a2baf9ecb7670d61e63185ecf2f5443ac (diff) |
Update to 0.3.0
Notes
Notes:
svn path=/head/; revision=134773
Diffstat (limited to 'graphics/evince/Makefile')
-rw-r--r-- | graphics/evince/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 52673e30e1f7..5ba7f22f7b70 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -6,11 +6,10 @@ # PORTNAME= evince -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 multi-format document viewer @@ -26,7 +25,7 @@ INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ desktopfileutils CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas |