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/lyx14 | |
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/lyx14')
-rw-r--r-- | print/lyx14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index 054126a72756..e8f2eb54fb3f 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -7,7 +7,7 @@ PORTNAME= lyx PORTVERSION= 1.4.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \ @@ -44,7 +44,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ MAN1= lyx.1 tex2lyx.1 lyxclient.1 LATEST_LINK= lyx14 -CONFLICTS= lyx-1.6* +CONFLICTS= lyx-1.6* lyx-devel-* post-patch: # Removing mention of the bundled boost |