diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 12:18:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 12:18:54 +0000 |
commit | 78c233e44d585ef9c2af54708e918f260fe3bde5 (patch) | |
tree | 8eff85e5f6ae1ad43642f32c41fcf151bafde6d9 /lang/ofc | |
parent | cb4c344086942914b5f4e233411e87e23c29e9f4 (diff) | |
download | ports-78c233e44d585ef9c2af54708e918f260fe3bde5.tar.gz ports-78c233e44d585ef9c2af54708e918f260fe3bde5.zip |
Notes
Diffstat (limited to 'lang/ofc')
-rw-r--r-- | lang/ofc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 1b705f8e7ff5..6edda9b5379e 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -20,7 +20,7 @@ USE_SDL= sdl USES= libtool objc pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 ${PTHREAD_CFLAGS} +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} INSTALL_TARGET= install-strip |