svn commit: r327525 - head/x11-wm/wmii-devel

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 06:59:12 UTC 2013


Author: bapt
Date: Wed Sep 18 06:59:12 2013
New Revision: 327525
URL: http://svnweb.freebsd.org/changeset/ports/327525

Log:
  Add a missing dependency on pkgconf
  Rename the package to -devel to avoid confusion for binary only users
  Remove now useless LATEST_LINK

Modified:
  head/x11-wm/wmii-devel/Makefile

Modified: head/x11-wm/wmii-devel/Makefile
==============================================================================
--- head/x11-wm/wmii-devel/Makefile	Wed Sep 18 06:47:20 2013	(r327524)
+++ head/x11-wm/wmii-devel/Makefile	Wed Sep 18 06:59:12 2013	(r327525)
@@ -7,14 +7,15 @@ CATEGORIES=	x11-wm
 MASTER_SITES=	http://dl.suckless.org/wmii/
 DISTNAME=	wmii+ixp-${DISTVERSION}
 EXTRACT_SUFX=	.tbz
+PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dynamic, minimalist window manager for X11
 
 LIB_DEPENDS=	ixp:${PORTSDIR}/devel/libixp
 
+USES=		pkgconfig
 CONFLICTS=	wmii-3.6*
-LATEST_LINK=	${PORTNAME}-devel
 
 USE_BZIP2=	yes
 USE_XORG=	x11 xext xrandr xrender xinerama xft


More information about the svn-ports-all mailing list