summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 03:16:19 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-24 03:16:19 +0800
commit571e927646ab490e49fcdd3f58953a1548827836 (patch)
tree379c9aadb0a0d7e0aa24a14026b664883f136eb3 /x11-toolkits
parentaf39a16dae113390cd149015a221a98325734ee0 (diff)
downloadmarcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar
marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.gz
marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.bz2
marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.lz
marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.xz
marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.zst
marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.zip
- Use single libtool
- add USE_GETTEXT to some ports to make portlint happy git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libbonoboui/Makefile5
-rw-r--r--x11-toolkits/libwnck/Makefile6
-rw-r--r--x11-toolkits/pango/Makefile4
-rw-r--r--x11-toolkits/py-gnome-desktop/Makefile4
-rw-r--r--x11-toolkits/py-gnome-extras/Makefile4
5 files changed, 13 insertions, 10 deletions
diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile
index 5b3dac4e8..8719ff64e 100644
--- a/x11-toolkits/libbonoboui/Makefile
+++ b/x11-toolkits/libbonoboui/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.36 2005/12/04 19:16:55 marcus Exp $
+# $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.37 2006/01/17 00:22:04 marcus Exp $
#
PORTNAME= libbonoboui
PORTVERSION= 2.13.1
+PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13
@@ -19,9 +20,9 @@ COMMENT= GUI frontend to the libbonobo component of GNOME 2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
+GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier intlhack \
libgnomecanvas libgnome
-USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile
index 9f02bc05c..cbfc703b6 100644
--- a/x11-toolkits/libwnck/Makefile
+++ b/x11-toolkits/libwnck/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.60 2006/01/30 20:25:43 ahze Exp $
+# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.61 2006/02/13 23:15:18 ahze Exp $
#
PORTNAME= libwnck
PORTVERSION= 2.13.91
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13
@@ -19,12 +20,13 @@ COMMENT= Library used for writing pagers and taskslists
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gtk20 ltverhack
USE_BISON= yes
INSTALLS_SHLIB= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 852ddde6a..b395a20fe 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/pango/Makefile,v 1.51 2006/02/11 20:51:38 ahze Exp $
+# $MCom: ports/x11-toolkits/pango/Makefile,v 1.52 2006/02/21 13:22:03 ahze Exp $
#
PORTNAME= pango
@@ -27,7 +27,7 @@ USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
USE_GNOME= gnomehack glib20 ltverhack
CONFIGURE_ARGS= --with-qt=no \
--with-html-dir=${PREFIX}/share/doc \
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile
index b8906522b..7d388326d 100644
--- a/x11-toolkits/py-gnome-desktop/Makefile
+++ b/x11-toolkits/py-gnome-desktop/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.33 2006/01/21 02:52:40 marcus Exp $
+# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.34 2006/01/21 19:45:12 marcus Exp $
#
PORTNAME= gnome
@@ -28,7 +28,7 @@ USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= gnomehack libgnomeprintui gnomepanel \
gtksourceview libwnck nautiluscdburner pygnome2 metacity
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile
index 1e5d4982d..140ba2c5e 100644
--- a/x11-toolkits/py-gnome-extras/Makefile
+++ b/x11-toolkits/py-gnome-extras/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.32 2006/01/17 06:20:08 marcus Exp $
+# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.33 2006/01/21 03:26:50 marcus Exp $
#
PORTNAME= gnome
@@ -29,7 +29,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PYTHON= yes
USE_GNOME= gnomehack libgtkhtml pygnome2
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gtkmozembed=${GECKO}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"