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 /deskutils | |
parent | 109e3f38764dbc3b8d4c7c91d0f48933bc086da7 (diff) | |
download | ports-80ef5c1ba613ee8e8e62a2eb37a7e1e9485f33e3.tar.gz ports-80ef5c1ba613ee8e8e62a2eb37a7e1e9485f33e3.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kproject/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/kproject/Makefile b/deskutils/kproject/Makefile index c2a43a3c1f98..2e1145367325 100644 --- a/deskutils/kproject/Makefile +++ b/deskutils/kproject/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:56 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/30 02:07:28 jseger Exp $ # DISTNAME= kproject-0.1 @@ -15,10 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= hanspb@persbraten.vgs.no BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ - kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs - -BROKEN_ELF= depends on kdelibs +LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ + kdeui.1:${PORTSDIR}/x11/kdelibs USE_QT= yes WRKSRC= ${WRKDIR}/kproject |