diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-24 07:17:55 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-24 07:17:55 +0800 |
commit | 0e0e1742b7eac22815ca273fba5fc663074d2c7c (patch) | |
tree | f3b74abf10d90f270cbf2a7d1178bb161eb02213 /math | |
parent | 2b9e0b8fab098c42e5359216ca0ad9fb309b5dd3 (diff) | |
download | freebsd-ports-gnome-0e0e1742b7eac22815ca273fba5fc663074d2c7c.tar.gz freebsd-ports-gnome-0e0e1742b7eac22815ca273fba5fc663074d2c7c.tar.zst freebsd-ports-gnome-0e0e1742b7eac22815ca273fba5fc663074d2c7c.zip |
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>
Diffstat (limited to 'math')
-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 |