diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-14 20:23:30 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-14 20:23:30 +0000 |
commit | 76ea59fd0d62951a1f1eb87eae5e972e17831711 (patch) | |
tree | 00573af8d5b179e81d0eedb414617763c512d633 /x11/xpad/Makefile | |
parent | 8550ce125616332777f350fbc576371315aa8c9d (diff) | |
download | pkgsrc-76ea59fd0d62951a1f1eb87eae5e972e17831711.tar.gz |
Redo the previous in the correct way, by depending on
graphics/hicolor-icon-theme. Noted by jmmv@.
Bump PKGREVISION.
Diffstat (limited to 'x11/xpad/Makefile')
-rw-r--r-- | x11/xpad/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index fef4e4787fa..da8b669fb9e 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/05/07 01:14:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/06/14 20:23:30 kristerw Exp $ # DISTNAME= xpad-1.12 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/} EXTRACT_SUFX= .tar.bz2 @@ -25,6 +25,7 @@ LIBS.SunOS= -lX11 BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED: .include "../../converters/libiconv/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |