summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-26 11:31:19 +0000
committersobomax <sobomax@FreeBSD.org>2001-03-26 11:31:19 +0000
commit6b1840f6a03865457089c91bfd50c7167cafc3e5 (patch)
treed701596289b2269c800fe13a6055bd1e9621f605 /x11
parente1607a01c5dd2fe78b70a588ad5c74d2f36c6499 (diff)
downloadFreeBSD-ports-6b1840f6a03865457089c91bfd50c7167cafc3e5.zip
FreeBSD-ports-6b1840f6a03865457089c91bfd50c7167cafc3e5.tar.gz
Unbroke if USA_RESIDENT isn't defined.
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4-libraries/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile
index 72d3240..c36ba6c 100644
--- a/x11/XFree86-4-libraries/Makefile
+++ b/x11/XFree86-4-libraries/Makefile
@@ -81,6 +81,7 @@ PLIST_SUB+= OSMESA:=""
.endif
.if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES
+.if defined(USA_RESIDENT)
.if ${USA_RESIDENT} == YES
pre-fetch:
@${ECHO}
@@ -94,6 +95,7 @@ DISTFILES+= Wraphelp.c
IGNOREFILES= Wraphelp.c
.endif
.endif
+.endif
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
OpenPOWER on IntegriCloud