diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 01:11:25 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2005-11-29 01:11:25 +0000 |
commit | 459c0fba0302559058afb8e38726816a09acc8ef (patch) | |
tree | c4f8b6e26cc94fa230eb6da8e8283dc1d4b112af /lang | |
parent | 13ee8b167eb22ad4716a2e6099c20bc26017765f (diff) | |
download | ports-459c0fba0302559058afb8e38726816a09acc8ef.tar.gz ports-459c0fba0302559058afb8e38726816a09acc8ef.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat/Makefile | 2 |
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. |