diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
commit | db0c03aa84a5f05052fe228d203824c8a4cb12cc (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /misc | |
parent | 976f4e0096ac9ead6bc91a68fc66de70adfa1eb2 (diff) | |
download | freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.tar.gz freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.tar.zst freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.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 |