summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2005-11-29 01:11:25 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2005-11-29 01:11:25 +0000
commit459c0fba0302559058afb8e38726816a09acc8ef (patch)
treec4f8b6e26cc94fa230eb6da8e8283dc1d4b112af
parent- Update to 0.9.15 (diff)
Fix a typo (missing space) when building without shared libraries.
-rw-r--r--lang/gnat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 7d944fb9ee1b..96910934d45a 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -121,7 +121,7 @@ LIBRARY_VERSION= GPL2005
PLIST_SUB+= SHAREDLIB=""
.else
CONFIGURE_ARGS+= --disable-shared
-PLIST_SUB+= SHAREDLIB="@comment"
+PLIST_SUB+= SHAREDLIB="@comment "
.endif
# Check for GNAT sources.