diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:12:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:12:32 +0000 |
commit | 61cd088541c4fb374cf7043f0e27daf7e6abb326 (patch) | |
tree | 7f983f82041a5403e1aacc46370517705607600f | |
parent | - Add "Save mbox indices" option (diff) |
- Switch BUILD_DEPENDS to LIB_DEPENDS
PR: 112088
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=190832
-rw-r--r-- | multimedia/libspiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libspiff/Makefile b/multimedia/libspiff/Makefile index 4890ee161eb3..84eab978960e 100644 --- a/multimedia/libspiff/Makefile +++ b/multimedia/libspiff/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= libspiff MAINTAINER= ed@fxq.nl COMMENT= An XSPF parsing library -BUILD_DEPENDS= ${LOCALBASE}/lib/liburiparser.a:${PORTSDIR}/net/uriparser -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ + uriparser.0:${PORTSDIR}/net/uriparser GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat=${LOCALBASE} |