[Midnightbsd-cvs] mports [17741] trunk/x11-wm/windowmaker/Makefile: USES= libtool

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 14 20:19:26 EDT 2014


Revision: 17741
          http://svnweb.midnightbsd.org/mports/?rev=17741
Author:   laffer1
Date:     2014-10-14 20:19:25 -0400 (Tue, 14 Oct 2014)
Log Message:
-----------
USES= libtool

Modified Paths:
--------------
    trunk/x11-wm/windowmaker/Makefile

Modified: trunk/x11-wm/windowmaker/Makefile
===================================================================
--- trunk/x11-wm/windowmaker/Makefile	2014-10-15 00:00:37 UTC (rev 17740)
+++ trunk/x11-wm/windowmaker/Makefile	2014-10-15 00:19:25 UTC (rev 17741)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	windowmaker
 PORTVERSION=	0.95.4
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	x11-wm windowmaker
 MASTER_SITES=	http://windowmaker.org/pub/%SUBDIR%/
 MASTER_SITE_SUBDIR=	source/release
@@ -13,10 +13,10 @@
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	gif:${PORTSDIR}/graphics/giflib \
-		png15:${PORTSDIR}/graphics/png \
-		jbig:${PORTSDIR}/graphics/jbigkit \
-		tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=	libgif.so:${PORTSDIR}/graphics/giflib \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libjbig.so:${PORTSDIR}/graphics/jbigkit \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
 .if !defined(LWR_SLAVE)
 RUN_DEPENDS=	${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons
@@ -25,8 +25,7 @@
 
 MAKE_JOBS_SAFE=	yes
 
-USES=		pathfix pkgconfig
-USE_AUTOTOOLS=	libtool
+USES=		gettext libtool pathfix pkgconfig
 USE_XORG=	xft xinerama xmu xpm xrandr
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes



More information about the Midnightbsd-cvs mailing list