diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-07-25 21:15:07 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-07-25 21:15:07 +0000 |
commit | db26f1e7218eadd1b59bf06cdf28f1243bd2ad19 (patch) | |
tree | 943cbf64d5f8ce0a134585434c0ec57a7ca31bac /x11 | |
parent | b55a04f4b278c3c450bd7eaab72549ecb1598ff6 (diff) | |
download | ports-db26f1e7218eadd1b59bf06cdf28f1243bd2ad19.tar.gz ports-db26f1e7218eadd1b59bf06cdf28f1243bd2ad19.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile.inc | 7 |
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 ; \ |