summaryrefslogtreecommitdiffstats
path: root/www/galeon/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-30 11:21:48 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-30 11:21:48 +0800
commit78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch)
tree7e4858a66869a1f04f72f771d443782a53b64ddf /www/galeon/Makefile
parente86de175775ca952cf8d092ad3c8216e3fd74dbd (diff)
downloadmarcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz
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 'www/galeon/Makefile')
-rw-r--r--www/galeon/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 509b81f63..3c81eaf0c 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/galeon/Makefile,v 1.11 2007/04/30 17:24:57 ahze Exp $
+# $MCom: ports/www/galeon/Makefile,v 1.12 2007/05/19 21:36:25 marcus Exp $
#
PORTNAME= galeon
@@ -29,7 +29,7 @@ USE_GMAKE= yes
USE_GETTEXT= yes
CONFIGURE_ARGS= --enable-nautilus-view=no \
--with-mozilla=${GECKO}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= galeon.1
@@ -55,7 +55,7 @@ post-patch:
's|malloc\.h|stdlib.h|g'
@${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|@datadir@|g' \
${WRKSRC}/ui/galeon-bookmarks-editor-ui.xml.in
- @${REINPLACE_CMD} -e 's|/usr/lib/mozilla/plugins|${LOCALBASE}/lib/browser_plugins:${X11BASE}/lib/browser_plugins:${LOCALBASE}/lib/browser_linux_plugins:${X11BASE}/lib/browser_linux_plugins|' \
+ @${REINPLACE_CMD} -e 's|/usr/lib/mozilla/plugins|${LOCALBASE}/lib/browser_plugins:${LOCALBASE}/lib/browser_linux_plugins|' \
${WRKSRC}/mozilla/mozilla-embed-shell.cpp
.include <bsd.port.post.mk>