diff options
author | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
commit | 2368be326620b7a294329bec90f7ea5b7e13708e (patch) | |
tree | 7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /wm | |
parent | e294401e9dbdc83862ed3e60612da6f6ae9bc210 (diff) | |
download | pkgsrc-2368be326620b7a294329bec90f7ea5b7e13708e.tar.gz |
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it.
Bump PKGREVISION for packages that (might be|are) changed.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/icewm-imlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/icewm-imlib/Makefile b/wm/icewm-imlib/Makefile index 0107d764bdd..57add47eaec 100644 --- a/wm/icewm-imlib/Makefile +++ b/wm/icewm-imlib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2014/01/05 12:31:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2014/09/08 20:40:30 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-imlib-/} +PKGREVISION= 1 COMMENT= Small, fast and light-weight window manager (imlib version) CONFLICTS+= icewm-[0-9]* icewm-gnome-[0-9]* |