diff options
author | nork <nork@FreeBSD.org> | 2003-02-08 13:27:23 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-08 13:27:23 +0800 |
commit | bcaf0cc859979f817b619fb3c392cc9f40013e3e (patch) | |
tree | c6d8d26a5795ae9004c15caa3ad95ff6529be0ca /graphics/pstoedit/Makefile | |
parent | 1fd574cb9715ad397dc0e1a967f6d67b2eb25333 (diff) | |
download | freebsd-ports-gnome-bcaf0cc859979f817b619fb3c392cc9f40013e3e.tar.gz freebsd-ports-gnome-bcaf0cc859979f817b619fb3c392cc9f40013e3e.tar.zst freebsd-ports-gnome-bcaf0cc859979f817b619fb3c392cc9f40013e3e.zip |
Change CPPFLAGS+=/LDFLAGS+= to CPPFLAGS=/LDFLAGS=.
Submitted by: Ports Fury
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index a133e6a3ee7c..26104ee0a4c7 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -27,9 +27,9 @@ INSTALLS_SHLIB= yes MAN1= pstoedit.1 -CPPFLAGS+= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ +CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ -I${X11BASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 |