diff options
author | antoine <antoine@FreeBSD.org> | 2018-06-03 20:44:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-06-03 20:44:04 +0800 |
commit | 6793e55a748f97913d47512b5b946c4b2bc9ef5b (patch) | |
tree | 2cd987f58d7d1ad2e5520e6ca5831e34c11de98a /misc | |
parent | 8d6b86afefea9ea102490e1d925625b282c11604 (diff) | |
download | freebsd-ports-gnome-6793e55a748f97913d47512b5b946c4b2bc9ef5b.tar.gz freebsd-ports-gnome-6793e55a748f97913d47512b5b946c4b2bc9ef5b.tar.zst freebsd-ports-gnome-6793e55a748f97913d47512b5b946c4b2bc9ef5b.zip |
Canonicalize dependency on libpng
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openmvg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile index da4457c3a7e5..3225558c015b 100644 --- a/misc/openmvg/Makefile +++ b/misc/openmvg/Makefile @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= need to figure out which TARGET_ARCHITECTURE values correspond to other architectures, plus "generic" is broken LIB_DEPENDS= libflann_cpp.so:math/flann \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= cmake:outsource eigen:3 jpeg |