mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Don't needlessly specify .so version
This commit is contained in:
parent
3ed33995de
commit
3b45454f54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490014
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/License.txt
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:graphics/radius-engine
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libradius-engine.a:graphics/radius-engine
|
||||||
LIB_DEPENDS= liblua-5.1.so:lang/lua51 \
|
LIB_DEPENDS= liblua-5.1.so:lang/lua51 \
|
||||||
libpng.so:graphics/png \
|
libpng.so:graphics/png \
|
||||||
libphysfs.so.1:devel/physfs
|
libphysfs.so:devel/physfs
|
||||||
RUN_DEPENDS= zip:archivers/zip
|
RUN_DEPENDS= zip:archivers/zip
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue