diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-30 11:41:42 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-30 11:41:42 +0000 |
commit | 36d5badd4d1f47361007f8b5e45005115dedeb69 (patch) | |
tree | e029e8d510c47c5616feb95b11900bf9d1acc6b6 | |
parent | b4c4b4c2e7de84ee87406a345390f70cf1994cac (diff) | |
download | pkgsrc-36d5badd4d1f47361007f8b5e45005115dedeb69.tar.gz |
Set PREV_PKGPATH.
-rw-r--r-- | time/oclock/Makefile | 4 | ||||
-rw-r--r-- | time/xclock/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/time/oclock/Makefile b/time/oclock/Makefile index 8e0f790f8a2..7133d699262 100644 --- a/time/oclock/Makefile +++ b/time/oclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/27 10:48:59 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/30 11:41:42 rodent Exp $ # DISTNAME= oclock-1.0.3 @@ -11,6 +11,8 @@ HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Simple analog clock to make a round window LICENSE= x11 +PREV_PKGPATH= x11/oclock + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config diff --git a/time/xclock/Makefile b/time/xclock/Makefile index 8d6c61e6894..abb27514b82 100644 --- a/time/xclock/Makefile +++ b/time/xclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/27 10:51:01 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/30 11:41:42 rodent Exp $ # DISTNAME= xclock-1.0.6 @@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Analog / digital clock for X +PREV_PKGPATH= x11/xclock + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |