aboutsummaryrefslogtreecommitdiff
path: root/x11/gswitchit_applet
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-10-31 15:50:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-10-31 15:50:24 +0000
commit57b351c6099a43860d825fcd3f481c97226a3a7f (patch)
treeb57beed9eac757d24a3560352326f0ee9167ed6b /x11/gswitchit_applet
parent3b1eee9ce11212142b7e559d922a54fd1fa094b0 (diff)
downloadports-57b351c6099a43860d825fcd3f481c97226a3a7f.tar.gz
ports-57b351c6099a43860d825fcd3f481c97226a3a7f.zip
Notes
Diffstat (limited to 'x11/gswitchit_applet')
-rw-r--r--x11/gswitchit_applet/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11/gswitchit_applet/Makefile b/x11/gswitchit_applet/Makefile
index 2c4b32290bee..ab5fe6d4e00f 100644
--- a/x11/gswitchit_applet/Makefile
+++ b/x11/gswitchit_applet/Makefile
@@ -1,6 +1,6 @@
# Ports collection Makefile for: gswitchit_applet
# Date created: 5 June 2000
-# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
@@ -13,23 +13,20 @@ MASTER_SITE_SUBDIR= gswitchit
MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
- gnome.4:${PORTSDIR}/x11/gnomelibs \
- gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
-RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
+LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
USE_X_PREFIX= yes
+USE_GNOME= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gswitchit_applet.1
pre-patch:
- @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \
+ ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'