summaryrefslogtreecommitdiff
path: root/games/powerpak/files/Makefile.FreeBSD
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 11:16:45 +0000
commitd8543839e68b75223c5d597d6d47b9c2a28d56c1 (patch)
tree520ef2a8e4549307b131d4654e216085fce34be7 /games/powerpak/files/Makefile.FreeBSD
parentInstall includes into ${PREFIX}/include/freetype1/freetype instead of (diff)
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Notes
Notes: svn path=/head/; revision=56069
Diffstat (limited to '')
-rw-r--r--games/powerpak/files/Makefile.FreeBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/powerpak/files/Makefile.FreeBSD b/games/powerpak/files/Makefile.FreeBSD
index 36d93f9b984c..01a4c21eb80f 100644
--- a/games/powerpak/files/Makefile.FreeBSD
+++ b/games/powerpak/files/Makefile.FreeBSD
@@ -1,6 +1,6 @@
CC?=gcc
LOCALBASE?=/usr/local
-CFLAGS+=-Wall -I${LOCALBASE}/include
+CFLAGS+=-Wall -I${LOCALBASE}/include/freetype1 -I${LOCALBASE}/include
LIBS=-L${LOCALBASE}/lib -lm -lSDL -lttf
OBJECTS=powerpak.o img.o img_gif.o img_ppm.o img_tif.o img_pcx.o img_bmp.o img_png.o img_jpg.o img_xxx.o \
PowerDraw/powerdraw.o PowerDraw/gfx.o PowerDraw/primitives.o PowerDraw/sprites.o PowerDraw/truetype.o \