diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:21:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 02:21:33 +0800 |
commit | 8743090191268b22f26cf4c15a0a86617ef41e14 (patch) | |
tree | 71a1d4a08ddfa962915816c1952ac6e2877fbdbd /graphics | |
parent | 7d55e635aae800b7aabc76164d96449a53cbf858 (diff) | |
download | freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.tar.gz freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.tar.zst freebsd-ports-gnome-8743090191268b22f26cf4c15a0a86617ef41e14.zip |
- Convert USE_BZIP2 to USES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-lqr-plugin/Makefile | 3 | ||||
-rw-r--r-- | graphics/kudu/Makefile | 3 | ||||
-rw-r--r-- | graphics/liblqr-1/Makefile | 3 | ||||
-rw-r--r-- | graphics/lprof-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/quesoglc/Makefile | 3 | ||||
-rw-r--r-- | graphics/sharpconstruct/Makefile | 3 | ||||
-rw-r--r-- | graphics/wings/Makefile | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index 2e3c7d7c9be2..ba370c5577d8 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -14,9 +14,8 @@ COMMENT= Liquid rescale GIMP plug-in LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ liblqr-1.so:${PORTSDIR}/graphics/liblqr-1 -USE_BZIP2= yes +USES= tar:bzip2 gettext gmake pkgconfig GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig USE_GNOME= gtk20 PLUGIN_DIR?= libexec/gimp/2.2/plug-ins diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile index 39a7880fa1a4..8000f5025e64 100644 --- a/graphics/kudu/Makefile +++ b/graphics/kudu/Makefile @@ -14,9 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext -USE_BZIP2= yes +USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes -USES= pkgconfig USE_GL= gl USE_PYTHON= yes diff --git a/graphics/liblqr-1/Makefile b/graphics/liblqr-1/Makefile index 1d8d5f3f60e8..00a8a50e4220 100644 --- a/graphics/liblqr-1/Makefile +++ b/graphics/liblqr-1/Makefile @@ -11,9 +11,8 @@ MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= An easy to use C/C++ seam carving library +USES= tar:bzip2 gettext gmake pkgconfig GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= gettext gmake pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes diff --git a/graphics/lprof-devel/Makefile b/graphics/lprof-devel/Makefile index 52d5393697b7..c76921bd2353 100644 --- a/graphics/lprof-devel/Makefile +++ b/graphics/lprof-devel/Makefile @@ -17,11 +17,10 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/graphics/lcms \ libtiff.so:${PORTSDIR}/graphics/tiff \ libvigraimpex.so:${PORTSDIR}/graphics/vigra -USE_BZIP2= yes +USES= tar:bzip2 cmake USE_XORG= x11 xext sm ice xxf86vm USE_QT4= corelib gui qt3support assistantclient \ linguist_build qmake_build moc_build uic_build rcc_build -USES= cmake CMAKE_ARGS= -DQTTRANS_LRELEASE_EXECUTABLE="${LOCALBASE}/bin/lrelease-qt4" diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index e9fad646d192..abce2d053f17 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USE_BZIP2= yes +USES= tar:bzip2 pathfix gmake GNU_CONFIGURE= yes -USES= pathfix gmake USE_GL= gl glu glut USE_LDCONFIG= yes diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index 201b62196c58..5c6d4620c567 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -13,8 +13,7 @@ COMMENT= 3D modeller for organic shapes LIB_DEPENDS= libgtkglextmm-x11-1.2.so:${PORTSDIR}/x11-toolkits/gtkglextmm \ libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 -USES= gmake pkgconfig -USE_BZIP2= yes +USES= tar:bzip2 gmake pkgconfig USE_GL= yes GNU_CONFIGURE= yes diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index de176745f826..ad9ac538106f 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -22,8 +22,7 @@ MAKE_JOBS_UNSAFE=yes SUB_FILES= ${PORTNAME}.sh -USE_BZIP2= yes -USES= gmake +USES= tar:bzip2 gmake PORTSCOUT= limitw:1,even |