diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-09-13 04:47:05 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-09-13 04:47:05 +0000 |
commit | 11a3bd1312913ed774a67c666bd844e385f2c1d8 (patch) | |
tree | 7c908b5ca8c674359ad4f66e655ab22d463ed74e /graphics/djvulibre | |
parent | 7afa609aeba1a0696962ba81a009273ed62fc2b9 (diff) | |
download | freebsd-ports-11a3bd1312913ed774a67c666bd844e385f2c1d8.zip |
add a conflict with obsolete djvulibre-nox11 packages
Reported by: R. McKenzie
Diffstat (limited to 'graphics/djvulibre')
-rw-r--r-- | graphics/djvulibre/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index b1dee69a46d4..51ff4f99558a 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -7,6 +7,7 @@ PORTNAME= djvulibre PORTVERSION= 3.5.25.3 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION:R} @@ -29,6 +30,7 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-threads=pthread --enable-shared USE_LDCONFIG= yes +CONFLICTS= djvulibre-nox11-3* WRKSRC = ${WRKDIR}/${DISTNAME:R} OPTIONS_DEFINE = ANY2DJVU |