diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-16 22:21:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-16 22:21:55 +0000 |
commit | 5b071f7d0f9fe7ee55cebdfce3371fd314277600 (patch) | |
tree | 8625f13992aed7e836a05ddef34872990cf2f38e | |
parent | 214b03b3c81b411fa9b296ee4e0948861b8a333f (diff) | |
download | ports-5b071f7d0f9fe7ee55cebdfce3371fd314277600.tar.gz ports-5b071f7d0f9fe7ee55cebdfce3371fd314277600.zip |
Notes
-rw-r--r-- | archivers/liborange/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 98ae3dcb9514..d293a633f7c2 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -3,13 +3,14 @@ PORTNAME= liborange PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= SF/synce/Orange/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library to extract CAB files from self-extracting installers +LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ unzip:${PORTSDIR}/archivers/unzip @@ -25,9 +26,11 @@ MSI_DESC= Build with expermential MSI support GNU_CONFIGURE= yes USES= iconv libtool pathfix pkgconfig CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lgsf-1 USE_LDCONFIG= yes +CONFIGURE_ARGS+= --with-libgsf + LIBSYNCE_LIB_DEPENDS= libsynce.so:${PORTSDIR}/palm/synce-libsynce LIBSYNCE_CONFIGURE_WITH= libsynce @@ -41,8 +44,7 @@ INNO_CONFIGURE_ENABLE= inno VISE_CONFIGURE_ENABLE= vise -MSI_LIB_DEPENDS= libgsf-1.so.114:${PORTSDIR}/devel/libgsf -MSI_CONFIGURE_ENABLE= msi libgsf +MSI_CONFIGURE_ENABLE= msi .include <bsd.port.options.mk> |