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 | e39bb9b8dd96a94ab24882633260fcc2c6cdc975 (patch) | |
tree | b1d172bf5f9dd0f9045d0c843f0f7337e9ddfe6a /comms | |
parent | 8796d7dee870499697ccfa38414517cbce6f8fd1 (diff) | |
download | pkgsrc-e39bb9b8dd96a94ab24882633260fcc2c6cdc975.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/} |