diff options
author | Brian Somers <brian@FreeBSD.org> | 1998-10-02 08:16:56 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1998-10-02 08:16:56 +0000 |
commit | acffa8486ceb64ec4df66ae34b8cd179e44edf77 (patch) | |
tree | 45f9dd9b23da449fd8d36e6869b00ccbf41b5976 /mail/kbiff | |
parent | 02673059e8295b870aada6099f9de4ebfed9684d (diff) | |
download | ports-acffa8486ceb64ec4df66ae34b8cd179e44edf77.tar.gz ports-acffa8486ceb64ec4df66ae34b8cd179e44edf77.zip |
Elfify
Notes
Notes:
svn path=/head/; revision=13599
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 bf9d7e55e38d..d6c1594b4d01 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 |