diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-wm/e-module-everything-websearch | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'x11-wm/e-module-everything-websearch')
-rw-r--r-- | x11-wm/e-module-everything-websearch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/e-module-everything-websearch/Makefile b/x11-wm/e-module-everything-websearch/Makefile index f08c675d38d8..07ee6c17f226 100644 --- a/x11-wm/e-module-everything-websearch/Makefile +++ b/x11-wm/e-module-everything-websearch/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= LOCAL/gblach/enlightenment/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= Enlightenment websearch plugin for the "everything" module -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment -RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +BUILD_DEPENDS= enlightenment:x11-wm/enlightenment +RUN_DEPENDS= enlightenment:x11-wm/enlightenment +LIB_DEPENDS= libcurl.so:ftp/curl DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes |