diff options
author | makc <makc@FreeBSD.org> | 2010-10-10 02:02:24 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-10 02:02:24 +0800 |
commit | d8f6eeba382bf9faa1947014839f767c08fb0a38 (patch) | |
tree | 4acb9cbe03c5d29ebd57960461a09cd969f31842 /print/lyx | |
parent | b47ec9b1e18ed0100d0bd32989e308fedaca27f5 (diff) | |
download | freebsd-ports-gnome-d8f6eeba382bf9faa1947014839f767c08fb0a38.tar.gz freebsd-ports-gnome-d8f6eeba382bf9faa1947014839f767c08fb0a38.tar.zst freebsd-ports-gnome-d8f6eeba382bf9faa1947014839f767c08fb0a38.zip |
Mark conflict with lyx-devel
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 2f5d8c404d60..8b67f9ef1e0d 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -7,6 +7,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.7 +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -22,7 +23,7 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs LICENSE= GPLv2 -CONFLICTS= lyx-1.4* +CONFLICTS= lyx-1.4* lyx-devel-* MAJOR_VERSION= 1.6 USE_BZIP= yes |