diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-22 18:59:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-22 18:59:13 +0000 |
commit | ae8f36c6e40e9ac0c6082a2ef0e7ac0e6b94fc77 (patch) | |
tree | 0b61359ec6b15225a77df4e4ddd4bb59745befb7 /textproc/libmrss-php | |
parent | 60772f498ab4bf4c705c7844b8f43ecc54fd14e3 (diff) | |
download | ports-ae8f36c6e40e9ac0c6082a2ef0e7ac0e6b94fc77.tar.gz ports-ae8f36c6e40e9ac0c6082a2ef0e7ac0e6b94fc77.zip |
Notes
Diffstat (limited to 'textproc/libmrss-php')
-rw-r--r-- | textproc/libmrss-php/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile index 00682cb1cb50..5d35797a49a5 100644 --- a/textproc/libmrss-php/Makefile +++ b/textproc/libmrss-php/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PHP library for parsing, writing, and creating RSS LICENSE= LGPL21 # or later -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss |