diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-27 16:54:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-27 16:54:52 +0800 |
commit | 54d278067ce96e9141ee2b612faaa649d10efe79 (patch) | |
tree | 8d0d479dcf6aa0ab0326a3036911f73feb60c27a | |
parent | 52967fe4877b5fc4f1636a7d05d8a852f0c57b5d (diff) | |
download | freebsd-ports-gnome-54d278067ce96e9141ee2b612faaa649d10efe79.tar.gz freebsd-ports-gnome-54d278067ce96e9141ee2b612faaa649d10efe79.tar.zst freebsd-ports-gnome-54d278067ce96e9141ee2b612faaa649d10efe79.zip |
Support stage
Use modern LIB_DEPENDS
-rw-r--r-- | devel/libwfut/Makefile | 6 | ||||
-rw-r--r-- | devel/libwfut/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/libwfut/Makefile b/devel/libwfut/Makefile index 6c6b14340e18..c062d66bcf22 100644 --- a/devel/libwfut/Makefile +++ b/devel/libwfut/Makefile @@ -10,16 +10,14 @@ MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge update library -LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ + libcurl.so:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--without-python GNU_CONFIGURE= yes USES= pathfix pkgconfig USE_LDCONFIG= yes -MAN1= wfut.1 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/ python//g' ${WRKSRC}/Makefile.in diff --git a/devel/libwfut/pkg-plist b/devel/libwfut/pkg-plist index 27fcd58fd6a4..40ba6d99e9d1 100644 --- a/devel/libwfut/pkg-plist +++ b/devel/libwfut/pkg-plist @@ -14,5 +14,6 @@ lib/libwfut-0.2.la lib/libwfut-0.2.so lib/libwfut-0.2.so.2 libdata/pkgconfig/libwfut-0.2.pc +man/man1/wfut.1.gz @dirrm include/libwfut-0.2/libwfut @dirrm include/libwfut-0.2 |