diff options
author | Will Andrews <will@FreeBSD.org> | 2001-02-27 03:33:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-02-27 03:33:24 +0000 |
commit | ba96416ef7cd6ef194c9e61a23a8c2cee0fc3e4d (patch) | |
tree | 895a60f7b753aa710fe47589eaaded43beb05bdf /audio | |
parent | 7781dc431d89bbc8beda2a81e04b8c00aaf7de8e (diff) |
Unbreak.
Notes
Notes:
svn path=/head/; revision=38831
Diffstat (limited to 'audio')
-rw-r--r-- | audio/knapster/Makefile | 2 | ||||
-rw-r--r-- | audio/krio/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/audio/knapster/Makefile b/audio/knapster/Makefile index 76f2799f0eef..1863d8b610d5 100644 --- a/audio/knapster/Makefile +++ b/audio/knapster/Makefile @@ -17,8 +17,6 @@ MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11 -BROKEN= "KDE 1.x is no longer in the the ports tree" - USE_AUTOCONF= yes USE_GMAKE= yes USE_QT= yes diff --git a/audio/krio/Makefile b/audio/krio/Makefile index d3237e451796..0cdb3892b8fd 100644 --- a/audio/krio/Makefile +++ b/audio/krio/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 \ kfile.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11 -BROKEN= "KDE 1.x is no longer in the ports tree" - USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |