diff options
Diffstat (limited to 'lang/racket-textual')
-rw-r--r-- | lang/racket-textual/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile index d7dfb22e27e1..2444c54fc2c5 100644 --- a/lang/racket-textual/Makefile +++ b/lang/racket-textual/Makefile @@ -48,8 +48,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg \ ${LOCALBASE}/libdata/pkgconfig/pango.pc:${PORTSDIR}/x11-toolkits/pango .endif -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" - # Force the "configure" script to look in $LOCALBASE for -lpng and -ljpeg LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include |