aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-14 13:32:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-14 13:32:06 +0000
commit4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d (patch)
tree3c0e8bfe673a5c1e30efc1a8f7c2fa62a73243fc /x11
parentaa0a6b33abb64a760dac34854c5336e9dd14e0c3 (diff)
downloadports-4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d.tar.gz
ports-4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4-libraries/Makefile4
-rw-r--r--x11/XFree86/Makefile4
-rw-r--r--x11/dgs/Makefile6
3 files changed, 12 insertions, 2 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index 7ba9227c93d6..8fb1cdccdd12 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -74,6 +74,10 @@ ForceNormalLib?= DEFAULT
DebuggableLibraries?= DEFAULT
# End of XFree86 User Config
+.ifdef USE_XLIB
+.error You have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.include <bsd.port.pre.mk>
# BuildXF86DRI is false for FreeBSD < 4.1
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile
index cbc499ea8719..60c6cb50d758 100644
--- a/x11/XFree86/Makefile
+++ b/x11/XFree86/Makefile
@@ -44,6 +44,10 @@ PLIST= ${PKGDIR}/pkg-plist.pc98
PLIST= ${PKGDIR}/pkg-plist.alpha
.endif
+.ifdef USE_XLIB
+.error You have `USE_XLIB' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
.if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO)
pre-fetch:
@${ECHO}
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index 3811835380a7..036afd4507dd 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -28,10 +28,12 @@ GNU_CONFIGURE= yes
MAN1= dgs.1 dpsnx.agent.1
MANN= dpsexec.man makepsres.man xepsf.man
+.ifdef USE_DGS
+.error You have `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|manm|mann|g'
-
-
.include <bsd.port.mk>