diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-24 21:34:56 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-24 21:34:56 +0800 |
commit | bed5fac209b124c722e0565be8748b2bd92a6850 (patch) | |
tree | a9e35b927b44e90dee8d0b3dced532002fb5b8d7 /x11 | |
parent | 43e5ef25dae205b60bd2b55147fefcca28ab3698 (diff) | |
download | marcuscom-ports-bed5fac209b124c722e0565be8748b2bd92a6850.tar marcuscom-ports-bed5fac209b124c722e0565be8748b2bd92a6850.tar.gz marcuscom-ports-bed5fac209b124c722e0565be8748b2bd92a6850.tar.bz2 marcuscom-ports-bed5fac209b124c722e0565be8748b2bd92a6850.tar.lz marcuscom-ports-bed5fac209b124c722e0565be8748b2bd92a6850.tar.xz marcuscom-ports-bed5fac209b124c722e0565be8748b2bd92a6850.tar.zst marcuscom-ports-bed5fac209b124c722e0565be8748b2bd92a6850.zip |
Add depends on libxslt amd libxml2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15097 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp-xsl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/yelp-xsl/Makefile b/x11/yelp-xsl/Makefile index 77b8400b7..5b56a1455 100644 --- a/x11/yelp-xsl/Makefile +++ b/x11/yelp-xsl/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp-xsl/Makefile,v 1.6 2011/01/12 23:25:08 kwm Exp $ +# $MCom: ports/x11/yelp-xsl/Makefile,v 1.7 2011/01/23 21:33:21 marcus Exp $ # PORTNAME= yelp-xsl @@ -15,10 +15,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= +LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt + USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack pkgconfig +USE_GNOME= gnomeprefix gnomehack intlhack pkgconfig libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |