diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-09 02:32:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-09 02:32:16 +0000 |
commit | ae0a7fef72a5df59812e7e26ceec624afca934f6 (patch) | |
tree | 110d11bc42e0d1f9d248ba5b38d5ad6936541e4a /archivers | |
parent | 7a8aa92198b1e1c060377a7d07e1045b0070b8bf (diff) | |
download | ports-ae0a7fef72a5df59812e7e26ceec624afca934f6.tar.gz ports-ae0a7fef72a5df59812e7e26ceec624afca934f6.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liborange/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index d293a633f7c2..d84e8f582b94 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -3,7 +3,7 @@ PORTNAME= liborange PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= SF/synce/Orange/${PORTVERSION} @@ -28,6 +28,7 @@ USES= iconv libtool pathfix pkgconfig CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lgsf-1 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CONFIGURE_ARGS+= --with-libgsf |