diff options
author | jmmv <jmmv> | 2003-07-26 21:41:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-26 21:41:08 +0000 |
commit | 3a6fd79ff2019c63207da51b6ea2d86b1a142b67 (patch) | |
tree | 8876ccac04ea1c3e9e359787ce67cb3ee3c339a3 /x11 | |
parent | 703da909442f0b54b94592c8547a60dcbe5fdb15 (diff) | |
download | pkgsrc-3a6fd79ff2019c63207da51b6ea2d86b1a142b67.tar.gz |
Bump revision due to SDL update, and sync versions in buildlink files where
needed. This is required because esound has been droped as a dependancy.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/paragui/Makefile | 3 | ||||
-rw-r--r-- | x11/paragui/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile index 05c5cd71619..6a437bdb174 100644 --- a/x11/paragui/Makefile +++ b/x11/paragui/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:38:30 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/26 21:41:29 jmmv Exp $ # DISTNAME= paragui-1.0.4 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://savannah.nongnu.org/download/paragui/stable.pkg/1.0.4/ diff --git a/x11/paragui/buildlink2.mk b/x11/paragui/buildlink2.mk index 0c424f56c60..472c1ea7d5a 100644 --- a/x11/paragui/buildlink2.mk +++ b/x11/paragui/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/07/13 21:07:16 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/07/26 21:41:29 jmmv Exp $ # # This Makefile fragment is included by packages that use paragui. # @@ -9,7 +9,7 @@ PARAGUI_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= paragui -BUILDLINK_DEPENDS.paragui?= paragui>=1.0.4 +BUILDLINK_DEPENDS.paragui?= paragui>=1.0.4nb1 BUILDLINK_PKGSRCDIR.paragui?= ../../x11/paragui EVAL_PREFIX+= BUILDLINK_PREFIX.paragui=paragui |