diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:31:13 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 09:31:13 +0000 |
commit | 2bf9ca57b161dda80ac325ace89ff2fb273a9127 (patch) | |
tree | 25eee2b7e2ec8a9eedb1ce84f62e5e2d0ad71b11 /converters | |
parent | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (diff) | |
download | ports-2bf9ca57b161dda80ac325ace89ff2fb273a9127.tar.gz ports-2bf9ca57b161dda80ac325ace89ff2fb273a9127.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/gbase/Makefile | 2 | ||||
-rw-r--r-- | converters/gbsdconv/Makefile | 2 | ||||
-rw-r--r-- | converters/libticonv/Makefile | 2 | ||||
-rw-r--r-- | converters/xml2c/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index 24474a5c9638..f3f6d3f26053 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -13,7 +13,7 @@ COMMENT= Program to convert between the 4 common bases used in programming LICENSE= ART10 PLIST_FILES= bin/${PORTNAME} -USES= pkgconfig +USES= gnome pkgconfig USE_GNOME+= gtk20 GTK_CFLAGS= `pkg-config --cflags gtk+-2.0` diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile index 97607fcbd52a..936e2c909492 100644 --- a/converters/gbsdconv/Makefile +++ b/converters/gbsdconv/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=8.0:converters/py-bsdconv@${PY_FLAV USE_GITHUB= yes GH_ACCOUNT= buganini -USES= python shebangfix +USES= gnome python shebangfix USE_GNOME= gtk30 introspection:run SHEBANG_FILES= gbsdconv diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index d6b685f5b593..102b60470585 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-iconv INSTALL_TARGET= install-strip -USES= autoreconf gmake iconv libtool pkgconfig tar:bzip2 +USES= autoreconf gmake gnome iconv libtool pkgconfig tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes diff --git a/converters/xml2c/Makefile b/converters/xml2c/Makefile index 7633bc833ef2..dc584e7d9877 100644 --- a/converters/xml2c/Makefile +++ b/converters/xml2c/Makefile @@ -11,6 +11,7 @@ COMMENT= Reads in an XML file and produces equivalent C source code LICENSE= BSD2CLAUSE +USES= gnome USE_GNOME= libxml2 WRKSRC= ${WRKDIR}/${PORTNAME} |