diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 23:17:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 23:17:55 +0000 |
commit | cb19fadd232f8c0ba256dddceb98e905de1b8870 (patch) | |
tree | 9ab852dbef00986d0fcd776d8b118f71879d325a /math/labplot | |
parent | maintainer update: math/qwtplot3d (diff) |
math/labplot: add conflict with math/liborigin
Labplot installs its own (outdated) version of liborigin.
mark conflict
PR: ports/116577
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Notes
Notes:
svn path=/head/; revision=200010
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index d1cf4151f12a..ac97fce54d53 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.5.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=labplot @@ -26,6 +26,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit #WRKSRC= ${WRKDIR}/${PORTNAME}-1.5.0 +CONFLICTS= liborigin-[0-9]* USE_QT_VER= 3 USE_KDELIBS_VER=3 |