diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-31 13:38:42 +0000 |
commit | f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch) | |
tree | 384a6fe89b7bf8bffcc478f3462d538eea755790 /print/lyx/Makefile | |
parent | 49be72eaa4585216ade79b274fca337c2bf4866a (diff) | |
download | ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.tar.gz ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip |
Notes
Diffstat (limited to 'print/lyx/Makefile')
-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 a4faeb643448..b1982982a091 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,6 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} +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/ \ @@ -16,7 +17,7 @@ COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LICENSE= GPLv2 -LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs \ mythes-1.2.0:${PORTSDIR}/textproc/mythes CONFLICTS= lyx-1.[0-9]* |