diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:04:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:04:56 +0000 |
commit | b3a96ed6ee9c272be4c0763868b0cc1778d550ec (patch) | |
tree | a2ab1131a1a192007181705e999f9f8b61e5e7c0 /archivers/liborange | |
parent | e04596d72eed49b08af4f018be6a29a86e7dca5f (diff) |
Notes
Diffstat (limited to 'archivers/liborange')
-rw-r--r-- | archivers/liborange/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 68f4f16387ff..20c3aa9aa748 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -34,7 +34,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+= --without-libsynce REQUIRES+= libsynce .else -LIB_DEPENDS+= synce:${PORTSDIR}/palm/synce-libsynce +LIB_DEPENDS+= libsynce.so:${PORTSDIR}/palm/synce-libsynce CONFIGURE_ARGS+= --with-libsynce .endif @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --with-libsynce CONFIGURE_ARGS+= --without-libdynamite REQUIRES+= libdynamite .else -LIB_DEPENDS+= dynamite:${PORTSDIR}/archivers/libdynamite +LIB_DEPENDS+= libdynamite.so:${PORTSDIR}/archivers/libdynamite CONFIGURE_ARGS+= --with-libdynamite .endif @@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --with-libdynamite CONFIGURE_ARGS+= --without-libunshield REQUIRES+= libunshield .else -LIB_DEPENDS+= unshield:${PORTSDIR}/archivers/unshield +LIB_DEPENDS+= libunshield.so:${PORTSDIR}/archivers/unshield CONFIGURE_ARGS+= --with-libunshield .endif @@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --enable-vise .if ${PORT_OPTIONS:MMSI} CONFIGURE_ARGS+= --enable-msi --with-libgsf -LIB_DEPENDS+= gsf-1.114:${PORTSDIR}/devel/libgsf +LIB_DEPENDS+= libgsf-1.so.114:${PORTSDIR}/devel/libgsf .endif post-patch: |