diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /misc | |
parent | e919812c718479257cd4be5c78fe8b66d4706a52 (diff) | |
download | freebsd-ports-gnome-313cb94889a01069af757dfb7947681bbe82b1e3.tar.gz freebsd-ports-gnome-313cb94889a01069af757dfb7947681bbe82b1e3.tar.zst freebsd-ports-gnome-313cb94889a01069af757dfb7947681bbe82b1e3.zip |
Part 2 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellm-helium/Makefile | 2 | ||||
-rw-r--r-- | misc/gkrellweather2/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile index 56efb2d865bd..372f05fded82 100644 --- a/misc/gkrellm-helium/Makefile +++ b/misc/gkrellm-helium/Makefile @@ -15,8 +15,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -FETCH_ARGS= -Fpr - USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/helium.so diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile index 15980db6b4bd..b99f787e38cb 100644 --- a/misc/gkrellweather2/Makefile +++ b/misc/gkrellweather2/Makefile @@ -15,8 +15,6 @@ LICENSE= GPLv2 # (or later) BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -FETCH_ARGS= -Fpr - USES= gettext gmake pkgconfig MAKE_ENV= enable_nls=1 ALL_TARGET= gkrellweather.so |