mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix a typo (missing space) when building without shared libraries.
This commit is contained in:
parent
13ee8b167e
commit
459c0fba03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149853
@ -121,7 +121,7 @@ LIBRARY_VERSION= GPL2005
|
|||||||
PLIST_SUB+= SHAREDLIB=""
|
PLIST_SUB+= SHAREDLIB=""
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --disable-shared
|
CONFIGURE_ARGS+= --disable-shared
|
||||||
PLIST_SUB+= SHAREDLIB="@comment"
|
PLIST_SUB+= SHAREDLIB="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# Check for GNAT sources.
|
# Check for GNAT sources.
|
||||||
|
Loading…
Reference in New Issue
Block a user