diff options
author | brian <brian@FreeBSD.org> | 1998-10-02 08:16:56 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-10-02 08:16:56 +0000 |
commit | 448232a7b0265430d58f5506cf6e56d4891e9af5 (patch) | |
tree | 93c7691387674321d41e99cf91c3b95f296129e9 /mail/kbiff | |
parent | a4b0e3f5deda486f49f652950747e0f9bd1c7e44 (diff) | |
download | FreeBSD-ports-448232a7b0265430d58f5506cf6e56d4891e9af5.zip FreeBSD-ports-448232a7b0265430d58f5506cf6e56d4891e9af5.tar.gz |
Elfify
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index bf9d7e5..d6c1594 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -3,7 +3,7 @@ # Date created: So 14 Jun 1998 13:09:18 CEST # Whom: andreas # -# $Id: Makefile,v 1.5 1998/08/31 21:13:57 andreas Exp $ +# $Id: Makefile,v 1.6 1998/09/30 02:07:26 jseger Exp $ # DISTNAME= kbiff-0.8 @@ -12,10 +12,8 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Hills/2651/ MAINTAINER= andreas@FreeBSD.ORG -LIB_DEPENDS= kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \ - kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs - -BROKEN_ELF= depends on kdelibs +LIB_DEPENDS= kdeui.1:${PORTSDIR}/x11/kdelibs \ + kdecore.1:${PORTSDIR}/x11/kdelibs USE_QT= yes FETCH_BEFORE_ARGS=-t |