aboutsummaryrefslogtreecommitdiff
path: root/news/newsx/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2018-11-13 18:39:05 +0000
committerThierry Thomas <thierry@FreeBSD.org>2018-11-13 18:39:05 +0000
commitbcb83c24c117643b4f8805531f154203c10abd7a (patch)
tree826dbfcfb5d4e8b4236a9b73d2ef77ce5686cc7b /news/newsx/Makefile
parent15c1b86206e403c9db691dad703989b182550805 (diff)
downloadports-bcb83c24c117643b4f8805531f154203c10abd7a.tar.gz
ports-bcb83c24c117643b4f8805531f154203c10abd7a.zip
- Fix with INN's shared libraries;
- Fix WWW.
Notes
Notes: svn path=/head/; revision=484894
Diffstat (limited to 'news/newsx/Makefile')
-rw-r--r--news/newsx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile
index 113b0a627e11..70e6d73330cc 100644
--- a/news/newsx/Makefile
+++ b/news/newsx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= newsx
PORTVERSION= 1.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= news
MASTER_SITES= http://www.kvaleberg.org/pub/
@@ -15,7 +15,8 @@ LICENSE= GPLv2
.if defined(WITH_CNEWS)
BUILD_DEPENDS= ${LOCALBASE}/news/lib/libcnews.a:news/cnews
.elif !defined(WITHOUT_INN_2-X)
-BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:news/inn
+BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.so:news/inn
+RUN_DEPENDS= ${LOCALBASE}/news/lib/libinn.so:news/inn
.endif
GNU_CONFIGURE= yes
@@ -26,7 +27,7 @@ OPTIONS_DEFINE= DOCS
.if !defined(WITH_CNEWS)
.if !defined(WITHOUT_INN_2-X)
-CPPFLAGS+= -I${LOCALBASE}/news/include
+CPPFLAGS+= -I${LOCALBASE}/news/include/inn
.endif
.endif