diff options
Diffstat (limited to 'lang/racket-textual/scripts/configure')
-rw-r--r-- | lang/racket-textual/scripts/configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/racket-textual/scripts/configure b/lang/racket-textual/scripts/configure deleted file mode 100644 index 66d3fa9da6cd..000000000000 --- a/lang/racket-textual/scripts/configure +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -mkdir $WRKSRC -cd $WRKSRC -X11BASE=${LOCALBASE} -../configure --prefix=${PREFIX} --enable-shared --enable-xft --enable-gl \ - --enable-xrender --enable-cairo --with-x --enable-pthread \ - --enable-lt=${LIBTOOL} \ - --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - --mandir=${PREFIX}/man ${ARCH}-portbld-freebsd${OSREL} |