diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
commit | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch) | |
tree | e1a018208ceade04ca56a70c5184978cac51853e /lang/modula-3 | |
parent | d12f14432cc492205cefb505a3c1320dd0f4e31a (diff) |
Notes
Diffstat (limited to 'lang/modula-3')
-rw-r--r-- | lang/modula-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 3cf1ef0249ad..1ce14f3901a4 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -33,11 +33,11 @@ major= 6 temp_prefix= ${WRKSRC}/installed # Support building on systems with or without X11 installed. -.ifdef NO_X11 +.ifdef WITHOUT_X11 PLIST= ${WRKDIR}/PLIST.noX11 .else pre-fetch: - @${ECHO_MSG} "To build this port without X11, define \"NO_X11\"." + @${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"." PLIST= ${WRKDIR}/PLIST MAN1+= formsedit.1 replayheap.1 showheap.1 shownew.1 showthread.1 |