aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xorriso/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xorriso/Makefile')
-rw-r--r--sysutils/xorriso/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile
index 6a4e09547b8c..acaacfda0c64 100644
--- a/sysutils/xorriso/Makefile
+++ b/sysutils/xorriso/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xorriso
PORTVERSION= 1.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://files.libburnia-project.org/releases/
DISTNAME= libisoburn-${PORTVERSION}
@@ -25,4 +25,7 @@ USE_LDCONFIG= yes
INFO= xorrecord xorriso xorrisofs
+post-patch:
+ @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
+
.include <bsd.port.mk>