diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/raptor/Makefile | 4 | ||||
-rw-r--r-- | textproc/raptor2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index 013aacbe1e66..5f4d62966b06 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/Makefile @@ -29,8 +29,8 @@ INSTALLS_SHLIB= yes MAN1= rdfdump.1 MAN3= libraptor.3 -CPPFLAGS+= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags` -LDFLAGS+= -L${LOCALBASE}/lib `${LIBWWW_CONFIG} --libs` +CPPFLAGS= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags` +LDFLAGS= -L${LOCALBASE}/lib `${LIBWWW_CONFIG} --libs` .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 013aacbe1e66..5f4d62966b06 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -29,8 +29,8 @@ INSTALLS_SHLIB= yes MAN1= rdfdump.1 MAN3= libraptor.3 -CPPFLAGS+= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags` -LDFLAGS+= -L${LOCALBASE}/lib `${LIBWWW_CONFIG} --libs` +CPPFLAGS= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags` +LDFLAGS= -L${LOCALBASE}/lib `${LIBWWW_CONFIG} --libs` .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |