[Midnightbsd-cvs] mports [17825] trunk/archivers/upx/Makefile: fix libucl build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Nov 10 17:50:52 EST 2014


Revision: 17825
          http://svnweb.midnightbsd.org/mports/?rev=17825
Author:   laffer1
Date:     2014-11-10 17:50:52 -0500 (Mon, 10 Nov 2014)
Log Message:
-----------
fix libucl build

Modified Paths:
--------------
    trunk/archivers/upx/Makefile

Modified: trunk/archivers/upx/Makefile
===================================================================
--- trunk/archivers/upx/Makefile	2014-11-10 22:49:42 UTC (rev 17824)
+++ trunk/archivers/upx/Makefile	2014-11-10 22:50:52 UTC (rev 17825)
@@ -3,6 +3,7 @@
 
 PORTNAME=	upx
 PORTVERSION=	3.08
+PORTREVISION=	1
 CATEGORIES=	archivers
 MASTER_SITES=	http://upx.sourceforge.net/download/\
 		SF/sevenzip/7-Zip/${LZMA_VER}:lzma
@@ -13,7 +14,7 @@
 COMMENT=	The Ultimate Packer for eXecutables
 LICENSE=	gpl2
 
-LIB_DEPENDS=	ucl.1:${PORTSDIR}/archivers/ucl
+LIB_DEPENDS=	libucl.so:${PORTSDIR}/archivers/ucl
 
 LZMA_VER=	4.65
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-src



More information about the Midnightbsd-cvs mailing list