diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 14:59:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 14:59:12 +0800 |
commit | 68814940b24e51f5e50dd25e2f42a5ce2e7ed235 (patch) | |
tree | 89ff0e60354700ecb2bc5a383411a53837d31a6d /x11-wm | |
parent | f9bc6ab609646e11f09097b49321cd369ae406fc (diff) | |
download | freebsd-ports-gnome-68814940b24e51f5e50dd25e2f42a5ce2e7ed235.tar.gz freebsd-ports-gnome-68814940b24e51f5e50dd25e2f42a5ce2e7ed235.tar.zst freebsd-ports-gnome-68814940b24e51f5e50dd25e2f42a5ce2e7ed235.zip |
Add a missing dependency on pkgconf
Rename the package to -devel to avoid confusion for binary only users
Remove now useless LATEST_LINK
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmii-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile index 3484973a790a..cddddcef91a1 100644 --- a/x11-wm/wmii-devel/Makefile +++ b/x11-wm/wmii-devel/Makefile @@ -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@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 |