diff options
author | arved <arved@FreeBSD.org> | 2008-08-01 17:46:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-08-01 17:46:54 +0800 |
commit | ddc058488f939e57dbb312922a95cd9081c87feb (patch) | |
tree | 08ba9d4423aa599a997d747ce493e9c56d1bf727 /print | |
parent | b3a1c5bc0e337b1e0c8014a9b8271be0663ef850 (diff) | |
download | freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.tar.gz freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.tar.zst freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.zip |
Remove unneeded rundeps on qt4 buildtools
PR: 123362
Submitted by: Max Brazhnikov
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 0c55fe0105f0..e6a63c89abbf 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -7,7 +7,7 @@ PORTNAME= lyx PORTVERSION= 1.5.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.planetmirror.com/pub/lyx/stable/ \ @@ -43,7 +43,7 @@ USE_PYTHON= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_QT_VER= 4 -QT_COMPONENTS= gui corelib moc uic +QT_COMPONENTS= gui corelib moc_build uic_build CONFLICTS= lyx-1.4.* |