diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /graphics/megapov | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'graphics/megapov')
-rw-r--r-- | graphics/megapov/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index 7f7f28f1d0cb..83fecf34cbc7 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -26,9 +26,9 @@ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= # empty CONFIGURE_ARGS+= COMPILED_BY="ports@FreeBSD.org" -LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include -CXXFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include +CXXFLAGS+= -I${LOCALBASE}/include .include <bsd.port.pre.mk> |