diff options
author | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-03-15 04:59:20 +0800 |
commit | 28b83ccec5d8c2af9b3660a9e2699df99e8f03d8 (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /misc | |
parent | 069d4b53cd6a5407774e445bf7d83e0548adabd3 (diff) | |
download | freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.gz freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.tar.zst freebsd-ports-gnome-28b83ccec5d8c2af9b3660a9e2699df99e8f03d8.zip |
Fix double occurences of USES=
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellshoot2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/gkrellshoot2/Makefile b/misc/gkrellshoot2/Makefile index 5a30c9ec62d4..f5ebbd6bbcf9 100644 --- a/misc/gkrellshoot2/Makefile +++ b/misc/gkrellshoot2/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick -USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} |