diff options
author | John Marino <marino@FreeBSD.org> | 2015-02-16 09:10:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-02-16 09:10:26 +0000 |
commit | 0b77eed4d4cc7cbc73931e04138054d48c72b742 (patch) | |
tree | e8d518412ec50c97058261cc8195af2a79310f10 /www/libevhtp | |
parent | 87c029ffabc855458e5ee7aef3f8ba9ad9aca360 (diff) |
Notes
Diffstat (limited to 'www/libevhtp')
-rw-r--r-- | www/libevhtp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/libevhtp/Makefile b/www/libevhtp/Makefile index 7b388f94a301..331eec04850d 100644 --- a/www/libevhtp/Makefile +++ b/www/libevhtp/Makefile @@ -2,7 +2,7 @@ PORTNAME= libevhtp PORTVERSION= 1.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= yan_jingfeng@yahoo.com @@ -51,8 +51,11 @@ OPTIONS_DEFAULT= EVHTP_BUILD_SHARED PLIST_FILES= include/evhtp.h\ include/evhtp-config.h \ include/evthr.h \ - include/htparse.h \ - include/onigposix.h + include/htparse.h + +.if !exists(${LOCALBASE}/include/onigposix.h) +PLIST_FILES+= include/onigposix.h +.endif .if ${PORT_OPTIONS:MEVHTP_BUILD_SHARED} PLIST_FILES+= lib/libevhtp.so |