diff options
author | knu <knu@FreeBSD.org> | 2001-02-12 18:01:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-12 18:01:08 +0800 |
commit | cd0a2f306709291302afcc35f68e39a72d7ad9d4 (patch) | |
tree | 859d49b9b04bd9630f3a9ac1ffa39b51016d77e2 /astro | |
parent | 7272b524338c18b37e905fc69d6ad7aac2630c67 (diff) | |
download | freebsd-ports-gnome-cd0a2f306709291302afcc35f68e39a72d7ad9d4.tar.gz freebsd-ports-gnome-cd0a2f306709291302afcc35f68e39a72d7ad9d4.tar.zst freebsd-ports-gnome-cd0a2f306709291302afcc35f68e39a72d7ad9d4.zip |
Chase graphics/gd's shlib version bump.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/rmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index a0aa09579fed..f723dc6086c3 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -7,12 +7,13 @@ PORTNAME= rmap PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.reza.net/rmap/ MAINTAINER= trevor@FreeBSD.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt MAN1= rmap.1 |