summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 05:58:23 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 05:58:23 +0800
commit624e2a3298c420f6e0749998f618f2f5500d820c (patch)
treee71fc179a20c33dd34ee90919492f5433db94447 /x11
parent571e927646ab490e49fcdd3f58953a1548827836 (diff)
downloadmarcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.gz
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.bz2
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.lz
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.xz
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.zst
marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.zip
- Use new libtool stuff
- Use USE_GETTEXT where needed - Use dirrmtry git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5740 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/fast-user-switch-applet/Makefile4
-rw-r--r--x11/gdm/Makefile5
-rw-r--r--x11/gnome-applets/Makefile5
-rw-r--r--x11/gnome-desktop/Makefile4
-rw-r--r--x11/gnome-menus/Makefile3
-rw-r--r--x11/gnome-panel/Makefile4
-rw-r--r--x11/gnome-screensaver/Makefile4
-rw-r--r--x11/gnome-session/Makefile5
-rw-r--r--x11/gnome-terminal/Makefile5
-rw-r--r--x11/gnome-terminal/pkg-plist4
-rw-r--r--x11/gnomeapplets2/Makefile5
-rw-r--r--x11/gnomedesktop/Makefile4
-rw-r--r--x11/gnomepanel/Makefile4
-rw-r--r--x11/gnomesession/Makefile5
-rw-r--r--x11/gnometerminal/Makefile5
-rw-r--r--x11/gnometerminal/pkg-plist4
-rw-r--r--x11/libgnome/Makefile4
-rw-r--r--x11/yelp/Makefile5
18 files changed, 49 insertions, 30 deletions
diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile
index 517c96a8b..1bfe1479e 100644
--- a/x11/fast-user-switch-applet/Makefile
+++ b/x11/fast-user-switch-applet/Makefile
@@ -3,7 +3,7 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.3 2006/01/31 20:36:54 marcus Exp $
+# $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.4 2006/02/14 17:20:15 ahze Exp $
PORTNAME= fast-user-switch-applet
PORTVERSION= 2.13.91
@@ -19,7 +19,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomeprefix gtk20 gnomepanel
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gdm-config=${X11BASE}/etc/gdm/gdm.conf
GCONF_SCHEMAS= fast-user-switch-applet.schemas
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 0287995dd..93eb5b78b 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gdm/Makefile,v 1.13 2006/01/31 20:36:54 marcus Exp $
+# $MCom: ports/x11/gdm/Makefile,v 1.14 2006/02/14 01:07:17 ahze Exp $
#
PORTNAME= gdm
PORTVERSION= 2.13.0.8
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13
@@ -23,7 +24,7 @@ USE_RC_SUBR= gdm.sh
USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomehier libgnomeui librsvg2 gnomedocutils \
gnomeprefix
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
GTKDOC="false"
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 27b4286cc..44685e4fd 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.102 2006/02/12 20:12:28 marcus Exp $
+# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.103 2006/02/20 06:06:41 marcus Exp $
#
PORTNAME= gnomeapplets2
@@ -24,6 +24,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 \
gucharmap.4:${PORTSDIR}/deskutils/gucharmap
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -33,7 +34,7 @@ INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
gail gnomedocutils
USE_GSTREAMER= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gstreamer=0.10
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile
index 3e0f47853..e46b6ad19 100644
--- a/x11/gnome-desktop/Makefile
+++ b/x11/gnome-desktop/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomedesktop/Makefile,v 1.81 2006/01/31 20:36:55 marcus Exp $
+# $MCom: ports/x11/gnomedesktop/Makefile,v 1.82 2006/02/13 19:58:03 marcus Exp $
#
PORTNAME= gnomedesktop
PORTVERSION= 2.13.91
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-desktop/2.13
@@ -23,6 +24,7 @@ USE_XPM= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
ltverhack
GNOME_DESKTOP_VERSION=2
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_BISON= yes
INSTALLS_OMF= yes
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile
index b6a1037b0..ae38c429b 100644
--- a/x11/gnome-menus/Makefile
+++ b/x11/gnome-menus/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-menus/Makefile,v 1.23 2006/02/03 05:42:22 marcus Exp $
+# $MCom: ports/x11/gnome-menus/Makefile,v 1.24 2006/02/03 05:42:53 marcus Exp $
#
PORTNAME= gnome-menus
@@ -16,6 +16,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Implementation of the FreeDesktop Desktop Menu Spec
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index 401d8afef..6cabbdc0a 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomepanel/Makefile,v 1.119 2006/01/31 20:36:55 marcus Exp $
+# $MCom: ports/x11/gnomepanel/Makefile,v 1.120 2006/02/14 00:51:18 ahze Exp $
#
PORTNAME= gnomepanel
PORTVERSION= 2.13.91
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/2.13
@@ -19,6 +20,7 @@ COMMENT= Panel component for the GNOME 2 Desktop
RUN_DEPENDS= gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor
+USE_GETTEXT= yes
USE_BZIP2= yes
INSTALLS_OMF= yes
INSTALLS_SHLIB= yes
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile
index 3961fc7a1..f8dfb2d48 100644
--- a/x11/gnome-screensaver/Makefile
+++ b/x11/gnome-screensaver/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.27 2006/01/31 20:36:54 marcus Exp $
+# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.28 2006/02/14 23:59:25 ahze Exp $
#
PORTNAME= gnome-screensaver
@@ -21,7 +21,7 @@ RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomemenus
CONFIGURE_ARGS= --disable-pam \
--with-gdm-config=${X11BASE}/etc/gdm/gdm.conf \
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index 6b308f024..6483b05fb 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomesession/Makefile,v 1.72 2006/02/05 06:42:55 marcus Exp $
+# $MCom: ports/x11/gnomesession/Makefile,v 1.73 2006/02/13 23:23:26 ahze Exp $
#
PORTNAME= gnomesession
@@ -23,12 +23,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Session component for the GNOME 2 desktop
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop
GNOME_DESKTOP_VERSION=2
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index 017249e33..977f2df88 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnometerminal/Makefile,v 1.59 2006/01/31 20:36:55 marcus Exp $
+# $MCom: ports/x11/gnometerminal/Makefile,v 1.60 2006/02/12 19:10:53 marcus Exp $
#
PORTNAME= gnometerminal
@@ -17,12 +17,13 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the GNOME 2 Desktop
+USE_GETTEXT= yes
USE_BZIP2= yes
INSTALLS_OMF= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist
index e9a079f5b..8d4191055 100644
--- a/x11/gnome-terminal/pkg-plist
+++ b/x11/gnome-terminal/pkg-plist
@@ -141,8 +141,8 @@ share/locale/wa/LC_MESSAGES/gnome-terminal.mo
share/locale/xh/LC_MESSAGES/gnome-terminal.mo
share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo
share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo
-@unexec rmdir %D/share/locale/ku/LC_MESSAGES/ 2>/dev/null || true
-@unexec rmdir %D/share/locale/ku 2>/dev/null || true
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
@dirrm share/gnome/omf/gnome-terminal
@dirrm share/gnome/help/gnome-terminal/zh_TW/figures
@dirrm share/gnome/help/gnome-terminal/zh_TW
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile
index 27b4286cc..44685e4fd 100644
--- a/x11/gnomeapplets2/Makefile
+++ b/x11/gnomeapplets2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.102 2006/02/12 20:12:28 marcus Exp $
+# $MCom: ports/x11/gnomeapplets2/Makefile,v 1.103 2006/02/20 06:06:41 marcus Exp $
#
PORTNAME= gnomeapplets2
@@ -24,6 +24,7 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 \
gucharmap.4:${PORTSDIR}/deskutils/gucharmap
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/system-tools-backends.pc:${PORTSDIR}/sysutils/gnomesystemtools
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -33,7 +34,7 @@ INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
gail gnomedocutils
USE_GSTREAMER= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gstreamer=0.10
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile
index 3e0f47853..e46b6ad19 100644
--- a/x11/gnomedesktop/Makefile
+++ b/x11/gnomedesktop/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomedesktop/Makefile,v 1.81 2006/01/31 20:36:55 marcus Exp $
+# $MCom: ports/x11/gnomedesktop/Makefile,v 1.82 2006/02/13 19:58:03 marcus Exp $
#
PORTNAME= gnomedesktop
PORTVERSION= 2.13.91
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-desktop/2.13
@@ -23,6 +24,7 @@ USE_XPM= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
ltverhack
GNOME_DESKTOP_VERSION=2
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_BISON= yes
INSTALLS_OMF= yes
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile
index 401d8afef..6cabbdc0a 100644
--- a/x11/gnomepanel/Makefile
+++ b/x11/gnomepanel/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomepanel/Makefile,v 1.119 2006/01/31 20:36:55 marcus Exp $
+# $MCom: ports/x11/gnomepanel/Makefile,v 1.120 2006/02/14 00:51:18 ahze Exp $
#
PORTNAME= gnomepanel
PORTVERSION= 2.13.91
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/2.13
@@ -19,6 +20,7 @@ COMMENT= Panel component for the GNOME 2 Desktop
RUN_DEPENDS= gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor
+USE_GETTEXT= yes
USE_BZIP2= yes
INSTALLS_OMF= yes
INSTALLS_SHLIB= yes
diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile
index 6b308f024..6483b05fb 100644
--- a/x11/gnomesession/Makefile
+++ b/x11/gnomesession/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnomesession/Makefile,v 1.72 2006/02/05 06:42:55 marcus Exp $
+# $MCom: ports/x11/gnomesession/Makefile,v 1.73 2006/02/13 23:23:26 ahze Exp $
#
PORTNAME= gnomesession
@@ -23,12 +23,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Session component for the GNOME 2 desktop
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop
GNOME_DESKTOP_VERSION=2
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile
index 017249e33..977f2df88 100644
--- a/x11/gnometerminal/Makefile
+++ b/x11/gnometerminal/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnometerminal/Makefile,v 1.59 2006/01/31 20:36:55 marcus Exp $
+# $MCom: ports/x11/gnometerminal/Makefile,v 1.60 2006/02/12 19:10:53 marcus Exp $
#
PORTNAME= gnometerminal
@@ -17,12 +17,13 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal component for the GNOME 2 Desktop
+USE_GETTEXT= yes
USE_BZIP2= yes
INSTALLS_OMF= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/x11/gnometerminal/pkg-plist b/x11/gnometerminal/pkg-plist
index e9a079f5b..8d4191055 100644
--- a/x11/gnometerminal/pkg-plist
+++ b/x11/gnometerminal/pkg-plist
@@ -141,8 +141,8 @@ share/locale/wa/LC_MESSAGES/gnome-terminal.mo
share/locale/xh/LC_MESSAGES/gnome-terminal.mo
share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo
share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo
-@unexec rmdir %D/share/locale/ku/LC_MESSAGES/ 2>/dev/null || true
-@unexec rmdir %D/share/locale/ku 2>/dev/null || true
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
@dirrm share/gnome/omf/gnome-terminal
@dirrm share/gnome/help/gnome-terminal/zh_TW/figures
@dirrm share/gnome/help/gnome-terminal/zh_TW
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index 6f835606b..0d5e25354 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -3,11 +3,12 @@
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
-# $MCom: ports/x11/libgnome/Makefile,v 1.70 2006/01/17 00:05:13 marcus Exp $
+# $MCom: ports/x11/libgnome/Makefile,v 1.71 2006/01/31 20:36:55 marcus Exp $
#
PORTNAME= libgnome
PORTVERSION= 2.13.7
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13
@@ -19,6 +20,7 @@ COMMENT= Libraries for GNOME, a GNU desktop environment
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 31d788c75..e08d59673 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/yelp/Makefile,v 1.79 2006/02/18 18:52:23 marcus Exp $
+# $MCom: ports/x11/yelp/Makefile,v 1.80 2006/02/23 16:16:32 ahze Exp $
#
PORTNAME= yelp
@@ -19,12 +19,13 @@ COMMENT= A help browser for the GNOME 2 desktop
USE_GECKO= firefox mozilla seamonkey xulrunner
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \
libgnomeprintui
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"