Remove a temporary workaround for -stable, now that the ports tree tracks

src-current; ok naddy
This commit is contained in:
pvalchev 2001-08-17 21:46:02 +00:00
parent 69127d4c53
commit 9e0398598f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2001/08/10 23:16:27 pvalchev Exp $
# $OpenBSD: Makefile,v 1.5 2001/08/17 21:46:02 pvalchev Exp $
COMMENT= "SDL TrueType fonts library"
@ -27,9 +27,5 @@ SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${X11BASE}/lib"
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
# Cheat on freetype-config for now due to it not being included in 2.9
CONFIGURE_ENV+= FREETYPE_CONFIG=/usr/bin/false \
CPPFLAGS="-I${X11BASE}/include/freetype2" \
LIBS="-lfreetype"
.include <bsd.port.mk>