diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-09 18:02:24 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-09 18:02:24 +0000 |
commit | d7fafd6f6b872120d35271f2e1bc4a8d27e56ede (patch) | |
tree | 6560c2c57747c34a0f5fe9b7f920622622de4479 /print/lyx | |
parent | 4dde569769ee9bae3d15af3f46a20bebf55c11a5 (diff) | |
download | ports-d7fafd6f6b872120d35271f2e1bc4a8d27e56ede.tar.gz ports-d7fafd6f6b872120d35271f2e1bc4a8d27e56ede.zip |
Notes
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 |