diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
commit | d6428c128a0c89c05e74323a0fae273668734f0e (patch) | |
tree | 8162070e5da83b9789930ed11293908dd54b3fb6 /textproc/raptor2 | |
parent | faf2627e8535b127f620c90f35363e48d75fa56e (diff) | |
download | ports-d6428c128a0c89c05e74323a0fae273668734f0e.tar.gz ports-d6428c128a0c89c05e74323a0fae273668734f0e.zip |
Notes
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |