diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 7e8bc1d1ccb7..224716ae5ff1 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -1,46 +1,46 @@ # Created by: Nicola Vitale PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ MAINTAINER= nivit@FreeBSD.org COMMENT= RDF editor LIB_DEPENDS= libnxml.so:textproc/libnxml \ librdf.so:textproc/redland \ libraptor2.so:textproc/raptor2 \ libcurl.so:ftp/curl BUILD_DEPENDS= dot:graphics/graphviz RUN_DEPENDS= dot:graphics/graphviz OPTIONS_DEFINE= XULRUNNER XULRUNNER_DESC= Xulrunner as JavaScript engine GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=auto --with-gtkhtml=none USES= gettext gnome libtool pkgconfig -USE_GNOME= gconf2 libxslt +USE_GNOME= gconf2 libxslt gtk20 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} DESKTOP_ENTRIES="morla" \ "Edit RDF documents" \ "${DATADIR}/icons/128_color.png" \ "morla" \ "WebDevelopment;" \ true XULRUNNER_BROKEN= www/libxul is gone, consider using lang/spidermonkey* XULRUNNER_CONFIGURE_ON= --with-javascript=xulrunner XULRUNNER_CONFIGURE_OFF= --with-javascript=none post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure .include diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index e1a03ab9d64d..6fc91bfc2e62 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -1,21 +1,21 @@ PORTNAME= gapcmon PORTVERSION= 0.8.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= jhale@FreeBSD.org COMMENT= Monitor apcupsd with GTK+2 GUI LICENSE= GPLv2 SUB_FILES= pkg-message USES= pkgconfig gmake gnome tar:bzip2 xorg -USE_GNOME= gconf2 +USE_GNOME= gconf2 gtk20 USE_XORG= x11 GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 OPTIONS_DEFINE= DOCS .include diff --git a/sysutils/libgksu/Makefile b/sysutils/libgksu/Makefile index 600e5805a33f..a16c181ad3dc 100644 --- a/sysutils/libgksu/Makefile +++ b/sysutils/libgksu/Makefile @@ -1,50 +1,50 @@ # Created by: Jesse van den Kieboom PORTNAME= libgksu PORTVERSION= 2.0.12 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://people.debian.org/~kov/gksu/ MAINTAINER= ports@FreeBSD.org COMMENT= Library providing su and sudo functionality LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgtop-2.0.so:devel/libgtop \ libgnome-keyring.so:security/libgnome-keyring \ libstartup-notification-1.so:x11/startup-notification RUN_DEPENDS= xauth:x11/xauth \ sudo:security/sudo USES= gettext gmake gnome libtool pathfix pkgconfig xorg -USE_GNOME= cairo gconf2 gdkpixbuf2 glib20 intltool +USE_GNOME= cairo gconf2 gdkpixbuf2 glib20 intltool gtk20 USE_LDCONFIG= yes USE_XORG= x11 CONFIGURE_ARGS= --enable-gtk-doc=no GNU_CONFIGURE= yes GCONF_SCHEMAS= gksu.schemas INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} '/AM_CFLAGS/s/-g -O2//' \ ${WRKSRC}/gksu-properties/Makefile.in \ ${WRKSRC}/libgksu/Makefile.in \ ${WRKSRC}/libgksuui/Makefile.in @${REINPLACE_CMD} '/^test_gksu_LDFLAGS =/s/glib-2.0/gtk+-2.0/' \ ${WRKSRC}/libgksu/Makefile.in @${REINPLACE_CMD} '/^libgksuui1_0_la_LIBADD =/s/$$/ -lX11/' \ ${WRKSRC}/libgksuui/Makefile.in @${REINPLACE_CMD} -E \ -e 's|([" ])/bin/su|\1/usr/bin/su|g' \ -e 's|/usr/bin/sudo|${LOCALBASE}/bin/sudo|g' \ -e 's|/usr/bin/xauth|${LOCALBASE}/bin/xauth|g' \ -e 's|/usr/bin/xgettext|${LOCALBASE}/bin/xgettext|g' \ -e 's|/usr/bin/xterm|${LOCALBASE}/bin/xterm|g' \ ${WRKSRC}/libgksu/gksu-run-helper.c \ ${WRKSRC}/libgksu/libgksu.c \ ${WRKSRC}/libgksu/test-gksu.c \ ${WRKSRC}/po/*.po .include