1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Fix a typo (missing space) when building without shared libraries.

This commit is contained in:
Daniel Eischen 2005-11-29 01:11:25 +00:00
parent 13ee8b167e
commit 459c0fba03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149853

View File

@ -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.