diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-31 23:50:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-31 23:50:24 +0800 |
commit | a3a5e2829ddd738ec683aa1022d2513d2914b740 (patch) | |
tree | b42dad8cc0cf2dc20bf5506a60556579603c0793 /x11/gswitchit_applet | |
parent | ba009b606240dc9ed327923b44e1c4b3395e2b18 (diff) | |
download | freebsd-ports-gnome-a3a5e2829ddd738ec683aa1022d2513d2914b740.tar.gz freebsd-ports-gnome-a3a5e2829ddd738ec683aa1022d2513d2914b740.tar.zst freebsd-ports-gnome-a3a5e2829ddd738ec683aa1022d2513d2914b740.zip |
Use USE_GNOME. I just wonder why this port escaped massive gnomefication
performed by reg.
Diffstat (limited to 'x11/gswitchit_applet')
-rw-r--r-- | x11/gswitchit_applet/Makefile | 13 |
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' |