summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-07-25 21:15:07 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-07-25 21:15:07 +0000
commitdb26f1e7218eadd1b59bf06cdf28f1243bd2ad19 (patch)
tree943cbf64d5f8ce0a134585434c0ec57a7ca31bac /x11/XFree86-4-libraries
parentRemove the -lcompat; it's no longer need. (diff)
Fix build after X.Org patch.
PR: ports/69545 Submitted by: Dejan Lesjak <dejan.lesjak@ijs.si>
Notes
Notes: svn path=/head/; revision=114712
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/Makefile.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/x11/XFree86-4-libraries/Makefile.inc b/x11/XFree86-4-libraries/Makefile.inc
index a742bd95013f..06c202678136 100644
--- a/x11/XFree86-4-libraries/Makefile.inc
+++ b/x11/XFree86-4-libraries/Makefile.inc
@@ -26,13 +26,6 @@ MAKE_ENV+= FBSDCC="${CC}" FBSDCXX="${CXX}"
XINSTALL_DIRS?= ${XBUILD_DIRS}
_XINCLUDE_DIRS= include ${XBUILD_DIRS} ${XINCLUDE_DIRS}
-pre-everything::
- @if [ "x${XFREE86_VERSION}" != "x4" ]; then \
- ${ECHO_MSG} "If you use the XFree86-4 ports you must have XFREE86_VERSION=4"; \
- ${ECHO_MSG} "set in your /etc/make.conf."; \
- ${FALSE}; \
- fi;
-
.if !target(pre-configure)
pre-configure:
@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|g ; \