Index: head/sysutils/xorriso/Makefile =================================================================== --- head/sysutils/xorriso/Makefile (revision 425608) +++ head/sysutils/xorriso/Makefile (revision 425609) @@ -1,30 +1,31 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= xorriso PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://files.libburnia-project.org/releases/ DISTNAME= libisoburn-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ISO image manipulation tool based on Libburnia -LICENSE= GPLv3 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libburn>=1.1.0:devel/libburn \ - libisofs>=1.1.2:devel/libisofs -RUN_DEPENDS= libburn>=1.1.0:devel/libburn \ - libisofs>=1.1.2:devel/libisofs +LIB_DEPENDS= libburn.so:devel/libburn \ + libisofs.so:devel/libisofs GNU_CONFIGURE= yes USES= gmake iconv libtool libedit pathfix pkgconfig shebangfix SHEBANG_FILES= ${WRKSRC}/frontend/xorriso-tcltk USE_LDCONFIG= yes +INSTALL_TARGET= install-strip INFO= xorrecord xorriso xorrisofs post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure .include