aboutsummaryrefslogtreecommitdiff
path: root/devel/glade2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 12:55:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 12:55:47 +0000
commitf16149caf23f791869210529c48610df748e6a9a (patch)
treeb3226aa485da72dcf3428d21669c9f259096706c /devel/glade2
parentaf5bcc59077a4ffede0a7da2e6dc10686be6df39 (diff)
downloadports-f16149caf23f791869210529c48610df748e6a9a.tar.gz
ports-f16149caf23f791869210529c48610df748e6a9a.zip
Notes
Diffstat (limited to 'devel/glade2')
-rw-r--r--devel/glade2/Makefile26
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>