aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg-libraries/scripts/configure
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-05-19 20:36:56 +0000
commitd4f0d0048a8755106a4b0445221a19761e746984 (patch)
treec87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xorg-libraries/scripts/configure
parente82affd309fc2d8e5ea19b2e003f1296920bd825 (diff)
Notes
Diffstat (limited to 'x11/xorg-libraries/scripts/configure')
-rw-r--r--x11/xorg-libraries/scripts/configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/xorg-libraries/scripts/configure b/x11/xorg-libraries/scripts/configure
deleted file mode 100644
index b7f6be7fa513..000000000000
--- a/x11/xorg-libraries/scripts/configure
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-LOCALDEF=$WRKDIR/.config
-
-rm -f $LOCALDEF
-echo "#define BuildServer NO" >> $LOCALDEF
-echo "#define BuildXft1Library NO" >> $LOCALDEF
-echo "#define BuildXftLibrary NO" >> $LOCALDEF
-echo "#define UseInstalledPrograms YES" >> $LOCALDEF
-echo "#define StandardIncludes -I${PREFIX}/include" >> $LOCALDEF
-
-sh $PORTSDIR/x11-servers/xorg-server/scripts/configure.gen