diff options
author | John Marino <marino@FreeBSD.org> | 2014-04-16 18:19:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-04-16 18:19:26 +0000 |
commit | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (patch) | |
tree | 4aba9b10e76c12269cee0949c4c4e1714cc711ae | |
parent | b51b36356048bf115def05dbc21856ee0cd438fa (diff) | |
download | ports-ca9574e7df6ddd6a18e6234bc0f210d734a2d092.tar.gz ports-ca9574e7df6ddd6a18e6234bc0f210d734a2d092.zip |
Notes
-rw-r--r-- | deskutils/glabels/Makefile | 2 | ||||
-rw-r--r-- | editors/scribes/Makefile | 5 | ||||
-rw-r--r-- | graphics/amide/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/etherape/Makefile | 6 | ||||
-rw-r--r-- | sysutils/gnome-device-manager/Makefile | 2 |
5 files changed, 8 insertions, 9 deletions
diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index a8213b671341..0d152e131be0 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program to create labels and business cards USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui \ +USE_GNOME= gnomehack gnomeprefix libgnomeui gnomedocutils \ desktopfileutils intlhack ltverhack WANT_GNOME= yes USES= gettext gmake pkgconfig diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 36605bb20696..01c27ffc64ea 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -19,10 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml \ yelp:${PORTSDIR}/x11/yelp -USE_BZIP2= yes -USES= gettext gmake shebangfix +USES= gettext gmake shebangfix tar:bzip2 SHEBANG_FILES= scribes.in -USE_GNOME= gnomeprefix pygnomeextras pygtksourceview +USE_GNOME= gnomeprefix pygnomeextras pygtksourceview gnomedocutils USE_PYTHON= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 1c37b48ce855..cb68366e1469 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes USES= gettext gmake pkgconfig -USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 +USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 gnomedocutils INSTALLS_OMF= yes OPTIONS_DEFINE= CODEC DCMTK GSL NLS VOLPACK XMEDCON diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 7bfd18471b16..d5b0ce961169 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -7,10 +7,10 @@ PORTREVISION= 2 CATEGORIES= net-mgmt gnome MASTER_SITES= SF -MAINTAINER= sylvio@FreeBSD.org -COMMENT= A graphical network traffic visualization tool for gnome +MAINTAINER= ports@FreeBSD.org +COMMENT= Graphical network traffic visualization tool for gnome -USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix +USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix gnomedocutils USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/sysutils/gnome-device-manager/Makefile b/sysutils/gnome-device-manager/Makefile index 0e5b4e5b7073..6226641d96c0 100644 --- a/sysutils/gnome-device-manager/Makefile +++ b/sysutils/gnome-device-manager/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal USE_BZIP2= yes USES= gmake pkgconfig -USE_GNOME= gnomehack intlhack ltverhack libgnomeui +USE_GNOME= gnomehack intlhack ltverhack libgnomeui gnomedocutils USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_LDCONFIG= yes |