diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /textproc/redland | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'textproc/redland')
-rw-r--r-- | textproc/redland/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile index 64ea6b1ca6a3..b9673f1c8dba 100644 --- a/textproc/redland/Makefile +++ b/textproc/redland/Makefile @@ -37,11 +37,9 @@ LIB_DEPENDS+= db-4.3.0:${PORTSDIR}/databases/db43 USE_GNOME= gnomehack gnometarget lthack pkgconfig USE_OPENSSL= yes -USE_GETOPT_LONG= yes +USE_GETOPT_LONG=yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15:inc -LIBTOOLFLAGS= --enable-ltlibs -LIBTOOLFILES= configure rasqal/configure +GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include/db${WITH_BDB_VER} -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |