diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-11-15 17:49:11 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-11-15 17:49:11 +0800 |
commit | 85822036c184f18699b3ec77656b108b514cdb32 (patch) | |
tree | 6e87bf81d21dcc9fac1bab52b3adc2d9e8f159fe /archivers/liborange | |
parent | de324825d8e272fab6a4163f7ce550a28fcf870e (diff) | |
download | freebsd-ports-gnome-85822036c184f18699b3ec77656b108b514cdb32.tar.gz freebsd-ports-gnome-85822036c184f18699b3ec77656b108b514cdb32.tar.zst freebsd-ports-gnome-85822036c184f18699b3ec77656b108b514cdb32.zip |
Support staging.
Diffstat (limited to 'archivers/liborange')
-rw-r--r-- | archivers/liborange/Makefile | 6 | ||||
-rw-r--r-- | archivers/liborange/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 7ad679dac8c4..68f4f16387ff 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -21,8 +21,6 @@ INNO_DESC= Build with expermential Inno Setup support VISE_DESC= Build with expermential VISE support MSI_DESC= Build with expermential MSI support - -NO_STAGE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USES= iconv pathfix pkgconfig @@ -30,15 +28,13 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -MAN1= orange.1 - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBSYNCE} CONFIGURE_ARGS+= --without-libsynce REQUIRES+= libsynce .else -LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce +LIB_DEPENDS+= synce:${PORTSDIR}/palm/synce-libsynce CONFIGURE_ARGS+= --with-libsynce .endif diff --git a/archivers/liborange/pkg-plist b/archivers/liborange/pkg-plist index 45f095d45a67..5565bee59cb7 100644 --- a/archivers/liborange/pkg-plist +++ b/archivers/liborange/pkg-plist @@ -6,3 +6,4 @@ lib/liborange.la lib/liborange.so lib/liborange.so.0 libdata/pkgconfig/liborange.pc +man/man1/orange.1.gz |