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 /www/cgiparse | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
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 'www/cgiparse')
-rw-r--r-- | www/cgiparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index d3da8e60d2cc..159023994e64 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= C library to parse CGI Forms -LIB_DEPENDS= libmime.so:${PORTSDIR}/devel/mime +LIB_DEPENDS= libmime.so:devel/mime GNU_CONFIGURE= yes USE_LDCONFIG= yes |