diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 17:31:13 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 17:31:13 +0800 |
commit | 2bf9ca57b161dda80ac325ace89ff2fb273a9127 (patch) | |
tree | 25eee2b7e2ec8a9eedb1ce84f62e5e2d0ad71b11 /cad | |
parent | 6a379e2d3ac1c6ae44bfa961e42ea2f6877e4346 (diff) | |
download | freebsd-ports-gnome-2bf9ca57b161dda80ac325ace89ff2fb273a9127.tar.gz freebsd-ports-gnome-2bf9ca57b161dda80ac325ace89ff2fb273a9127.tar.zst freebsd-ports-gnome-2bf9ca57b161dda80ac325ace89ff2fb273a9127.zip |
c*: Add missing USES={gnome,php,sdl,xorg}
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brickutils/Makefile | 2 | ||||
-rw-r--r-- | cad/fritzing/Makefile | 3 | ||||
-rw-r--r-- | cad/geda/Makefile | 2 | ||||
-rw-r--r-- | cad/sp2sp/Makefile | 2 | ||||
-rw-r--r-- | cad/tkgate/Makefile | 2 | ||||
-rw-r--r-- | cad/transcalc/Makefile | 2 |
6 files changed, 7 insertions, 6 deletions
diff --git a/cad/brickutils/Makefile b/cad/brickutils/Makefile index 35f83fe9ea85..6a1d4f7d35e6 100644 --- a/cad/brickutils/Makefile +++ b/cad/brickutils/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/ldraw/models/car.dat:cad/ldraw \ WRKSRC= ${WRKDIR}/BrickUtils-${PORTVERSION} NO_ARCH= yes -USES= python:2.7 shebangfix +USES= gnome python:2.7 shebangfix USE_GNOME= pygtk2 SHEBANG_FILES= pyBrickUtils.py \ BrickUtils/*.py diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index 2f00565fb825..47b04294f196 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -16,7 +16,8 @@ LICENSE= GPLv2+ SUB_FILES+= pkg-install -USES= compiler:c++11-lang dos2unix gmake python qmake qt:5 tar:bzip2 +USES= compiler:c++11-lang dos2unix gmake gnome python qmake qt:5 \ + tar:bzip2 USE_QT= buildtools concurrent core dbus gui imageformats network printsupport qmake serialport sql-sqlite3 svg xml DOS2UNIX_REGEX= .*pro INSTALLS_ICONS= yes diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 56c33d63e992..159ff444ad16 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libstroke.so:devel/libstroke \ libguile.so:lang/guile RUN_DEPENDS= gawk:lang/gawk\ -USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ +USES= desktop-file-utils gettext gmake gnome libtool pathfix perl5 \ pkgconfig python:run shared-mime-info shebangfix SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ utils/gxyrs/*.pl utils/scripts/* \ diff --git a/cad/sp2sp/Makefile b/cad/sp2sp/Makefile index 53065419a55e..3f170566fb4e 100644 --- a/cad/sp2sp/Makefile +++ b/cad/sp2sp/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gettext-runtime pkgconfig +USES= autoreconf gettext-runtime gnome pkgconfig USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/sp2sp diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index a8f5c1f458fd..3b781bde2beb 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES+= iconv:translit tk:build,run autoreconf libtool pkgconfig +USES+= autoreconf gnome iconv:translit libtool pkgconfig tk:build,run USE_GNOME= pango OPTIONS_DEFINE= DOCS diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile index ffa15649d68c..21bd6995571f 100644 --- a/cad/transcalc/Makefile +++ b/cad/transcalc/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://transcalc.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Analysis and synthesis tool for RF and microwave transmission lines -USES= pkgconfig +USES= gnome pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes |