On Tue, 12 Jan 2010, Jacob Meuser wrote: > > As for raptor this is a mistake and it should set USE_LIBTOOL.
I also added the gettext MODULE. ok anyone? Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/raptor/Makefile,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 Makefile --- Makefile 18 Jan 2009 19:07:05 -0000 1.1.1.1 +++ Makefile 12 Jan 2010 15:23:28 -0000 @@ -2,9 +2,10 @@ COMMENT= RDF Parser Toolkit for Redland DISTNAME= raptor-1.4.18 +PKGNAME= ${DISTNAME}p0 CATEGORIES= textproc -SHARED_LIBS= raptor 2.0 +SHARED_LIBS= raptor 2.0 # .2.0 HOMEPAGE= http://librdf.org/ @@ -16,7 +17,11 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c crypto iconv idn intl m ssl z +WANTLIB= c crypto idn m ssl z + +MODULES= devel/gettext + +USE_LIBTOOL= Yes LIB_DEPENDS= curl.>=12::net/curl \ xml2.>=7::textproc/libxml \ -- Antoine