diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-13 20:42:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-13 20:42:48 +0000 |
commit | 144dc3fc50de0bb1726636d7f5b3b4162c5c72e8 (patch) | |
tree | b1d172bf5f9dd0f9045d0c843f0f7337e9ddfe6a /comms | |
parent | 3cd7b17d43a7717f7e5ac56987c7ca7341c1ccfd (diff) | |
download | pkgsrc-144dc3fc50de0bb1726636d7f5b3b4162c5c72e8.tar.gz |
Due to libmimedir changes, this now builds a shared library.
Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/synce-rra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/synce-rra/Makefile b/comms/synce-rra/Makefile index 4e3959a7a32..e0ed48cfc7b 100644 --- a/comms/synce-rra/Makefile +++ b/comms/synce-rra/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2005/10/13 18:40:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/13 20:42:48 wiz Exp $ # DISTNAME= synce-rra-0.9.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=synce/} |