diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-10-02 18:21:34 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-10-02 18:21:34 +0000 |
commit | 80ef5c1ba613ee8e8e62a2eb37a7e1e9485f33e3 (patch) | |
tree | d712d0b90b4a6ae9e680f1443a396bfec3636d7b /print/klyx/Makefile | |
parent | Elfify (diff) |
Elfify
Notes
Notes:
svn path=/head/; revision=13603
Diffstat (limited to 'print/klyx/Makefile')
-rw-r--r-- | print/klyx/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/print/klyx/Makefile b/print/klyx/Makefile index f1e8cd5db4b1..57a0dffe109c 100644 --- a/print/klyx/Makefile +++ b/print/klyx/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.5 1998/08/25 10:04:58 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/30 02:07:27 jseger Exp $ # DISTNAME= klyx-0.9.3 @@ -13,12 +13,10 @@ MASTER_SITE_SUBDIR= /unstable/apps/office MAINTAINER= hanspb@persbraten.vgs.no -LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ - kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \ - kfm\\.1\\.:${PORTSDIR}/x11/kdelibs \ - kfile\\.1\\.:${PORTSDIR}/x11/kdelibs - -BROKEN_ELF= depends on kdelibs +LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ + kdeui.1:${PORTSDIR}/x11/kdelibs \ + kfm.1:${PORTSDIR}/x11/kdelibs \ + kfile.1:${PORTSDIR}/x11/kdelibs USE_QT= yes GNU_CONFIGURE= yes |