diff options
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r-- | devel/glade2/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index cf971b2c307c..ce874f642067 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -3,14 +3,15 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/devel/glade2/Makefile,v 1.16 2005/10/09 20:01:49 marcus Exp $ # -PORTNAME= glade2 -PORTVERSION= 2.10.1 +PORTNAME= glade +PORTVERSION= 2.12.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.10 -DISTNAME= glade-${PORTVERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} +PKGNAMESUFFIX= 2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -21,7 +22,7 @@ RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/modules/libgail-gnome.so:${PORTSDIR}/x11-too USE_BZIP2= yes USE_X_PREFIX= yes INSTALLS_OMF= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeui USE_GMAKE= yes CONFIGURE_ARGS= --enable-gnome-db |