diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-01-09 04:13:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-01-09 04:13:17 +0800 |
commit | 9e9bf114068bbfe044291b55957747060378f47c (patch) | |
tree | 5f7e2ebcd41e5b6ab32508f58e62c09673d62d47 /graphics/netpbm/Makefile | |
parent | dee126e81edcb91a58ca6903b99993c58ceac64e (diff) | |
download | freebsd-ports-gnome-9e9bf114068bbfe044291b55957747060378f47c.tar.gz freebsd-ports-gnome-9e9bf114068bbfe044291b55957747060378f47c.tar.zst freebsd-ports-gnome-9e9bf114068bbfe044291b55957747060378f47c.zip |
- fix a coredump in netpm-10.31
Submitted by: nox--- on irc
Obtained from: http://bugs.gentoo.org/117180
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index cbd50e1b706b..34f5f16fb08d 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -43,6 +43,7 @@ DEVEL_PORTVERSION= 10.31 .if defined(WITH_NETPBM_DEVEL) MASTER_SITES= SF/netpbm/archive_of_old_release_system/${PORTVERSION} NETPBM_PORTVERSION= ${DEVEL_PORTVERSION} +PORTREVISION= 2 NETPBM_SUFFIX= -devel CONFLICTS+= netpbm-10.26.* LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 |