diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
commit | 78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch) | |
tree | 7e4858a66869a1f04f72f771d443782a53b64ddf /graphics | |
parent | e86de175775ca952cf8d092ad3c8216e3fd74dbd (diff) | |
download | marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.bz2 marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.lz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.xz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.zst marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.zip |
Get rid of X11BASE and replace a few to LOCALBASE. I only touch these ports
that are maintaining by gnome@, ports@ and my team ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 6 | ||||
-rw-r--r-- | graphics/evince/Makefile | 8 | ||||
-rw-r--r-- | graphics/sodipodi/Makefile | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index ddf214e52..9fa2a9ef3 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.57 2007/05/25 20:57:05 mezz Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.58 2007/05/27 17:07:24 mezz Exp $ # PORTNAME= eog @@ -27,8 +27,8 @@ USE_XLIB= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= eog.schemas diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 11b2c798d..2967aeb1e 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.68 2007/05/18 05:22:01 marcus Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.69 2007/05/19 21:36:11 marcus Exp $ # PORTNAME= evince @@ -29,8 +29,8 @@ USE_GHOSTSCRIPT=yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui \ desktopfileutils gnomedocutils -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas \ evince-thumbnailer-ps.schemas @@ -80,7 +80,7 @@ PLIST_SUB+= NAUTILUS="@comment " CONFIGURE_ARGS+= --disable-impress #.endif -#.if exists(${X11BASE}/bin/djview) +#.if exists(${LOCALBASE}/bin/djview) #DJVU_DIR?= # empty #.else #DJVU_DIR?= -nox11 diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 39fb55e3a..f132255c8 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/sodipodi/Makefile,v 1.1 2007/04/30 18:27:51 ahze Exp $ +# $MCom: ports/graphics/sodipodi/Makefile,v 1.2 2007/05/19 21:36:12 marcus Exp $ PORTNAME= sodipodi PORTVERSION= 0.34 @@ -24,8 +24,8 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --without-gnome-print \ --with-popt -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= sodipodi.1 |