diff options
author | nork <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-08 05:27:23 +0000 |
commit | bcaf0cc859979f817b619fb3c392cc9f40013e3e (patch) | |
tree | c6d8d26a5795ae9004c15caa3ad95ff6529be0ca /textproc/raptor2 | |
parent | 1fd574cb9715ad397dc0e1a967f6d67b2eb25333 (diff) | |
download | FreeBSD-ports-bcaf0cc859979f817b619fb3c392cc9f40013e3e.zip FreeBSD-ports-bcaf0cc859979f817b619fb3c392cc9f40013e3e.tar.gz |
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
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 013aacb..5f4d629 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 |