aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:16:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:16:32 +0000
commit096cad8b9082086a6878e35c90bf12c5b677b5ab (patch)
tree9e27c300f1ae60637d99838c03ab087dc9c84435 /lang
parent19cb37d00ffe7d0c25696c9063fc4640a3b377eb (diff)
downloadports-096cad8b9082086a6878e35c90bf12c5b677b5ab.tar.gz
ports-096cad8b9082086a6878e35c90bf12c5b677b5ab.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/modula-3-lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile
index 70b5214ee946..1fac6a600773 100644
--- a/lang/modula-3-lib/Makefile
+++ b/lang/modula-3-lib/Makefile
@@ -75,7 +75,7 @@ major= 6
# Support building on systems with or without X11 installed.
.ifdef WITHOUT_X11
-PLIST= ${WRKDIR}/PLIST.noX11
+PLIST= ${WRKDIR}/pkg-plist.noX11
.else
pre-fetch:
@${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."