diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /sysutils | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.gz freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.zst freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.zip |
Convert to USES=jpeg
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ascpu/Makefile | 3 | ||||
-rw-r--r-- | sysutils/graffer/Makefile | 5 | ||||
-rw-r--r-- | sysutils/logstalgia/Makefile | 3 | ||||
-rw-r--r-- | sysutils/testdisk/Makefile | 4 |
4 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/ascpu/Makefile b/sysutils/ascpu/Makefile index 885b71e159db..3f707bcec5bd 100644 --- a/sysutils/ascpu/Makefile +++ b/sysutils/ascpu/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://www.tigr.net/afterstep/download/ascpu/ MAINTAINER= demon@FreeBSD.org COMMENT= CPU statistics monitor utility for XFree86 -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg - +USES= jpeg USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include --with-xpm-library=${LOCALBASE}/lib diff --git a/sysutils/graffer/Makefile b/sysutils/graffer/Makefile index 6f26eabba7e7..19d79b5576b7 100644 --- a/sysutils/graffer/Makefile +++ b/sysutils/graffer/Makefile @@ -11,10 +11,11 @@ MASTER_SITES= http://chaosophia.net/downloads/graffer/ \ MAINTAINER= koue@chaosophia.net COMMENT= Utility to render graphical statistics -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 +USES= jpeg + PLIST_FILES= bin/graffer \ etc/graffer/graffer.conf.example \ man/man8/graffer.8.gz diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index b8c0ddffd925..21bbbab1c34a 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -14,11 +14,10 @@ LICENSE= GPLv3 LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \ libpng.so:${PORTSDIR}/graphics/png \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes -USES= pkgconfig +USES= jpeg pkgconfig USE_SDL= sdl image CFLAGS+= -L${LOCALBASE}/lib diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile index aa5a2768abbd..c1739e085803 100644 --- a/sysutils/testdisk/Makefile +++ b/sysutils/testdisk/Makefile @@ -9,9 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= flz@FreeBSD.org COMMENT= Tool to check and undelete partitions -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg - -USES= tar:bzip2 +USES= jpeg tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib |