diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 20:55:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 20:55:47 +0800 |
commit | 6e147c01ab80ba24871c4c28c1bd041596f7ab3c (patch) | |
tree | b3226aa485da72dcf3428d21669c9f259096706c /devel | |
parent | ea07e760e62a0ecc2792386f9ed701ae673f4add (diff) | |
download | freebsd-ports-gnome-6e147c01ab80ba24871c4c28c1bd041596f7ab3c.tar.gz freebsd-ports-gnome-6e147c01ab80ba24871c4c28c1bd041596f7ab3c.tar.zst freebsd-ports-gnome-6e147c01ab80ba24871c4c28c1bd041596f7ab3c.zip |
Support stage
Modernize
Remove gnome option that brings in a deprecated port
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glade2/Makefile | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index 62a8b37e6d95..8f2530b0ceca 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -11,32 +11,18 @@ PKGNAMESUFFIX= 2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A user interface builder for GTK+/GNOME +COMMENT= User interface builder for GTK+ -LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian +LIB_DEPENDS= librarian.so:${PORTSDIR}/textproc/rarian -USE_BZIP2= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -USES= pathfix gettext gmake pkgconfig -USE_GNOME= gnomeprefix intlhack gtk20 desktopfileutils +USES= pathfix gettext gmake pkgconfig desktop-file-utils \ + tar:bzip2 +USE_GNOME= gnomeprefix intlhack gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= GNOME -OPTIONS_DEFAULT=GNOME -GNOME_DESC= Gnome support - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGNOME} -USE_GNOME+= libgailgnome libgnomeui -CONFIGURE_ARGS+= --enable-gnome -.else -CONFIGURE_ARGS+= --disable-gnome -.endif - -CONFIGURE_ARGS+= --disable-gnome-db +CONFIGURE_ARGS+= --disable-gnome-db --disable-nome .include <bsd.port.mk> |