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 /net/kmud | |
parent | 7781dc431d89bbc8beda2a81e04b8c00aaf7de8e (diff) | |
download | ports-ba96416ef7cd6ef194c9e61a23a8c2cee0fc3e4d.tar.gz ports-ba96416ef7cd6ef194c9e61a23a8c2cee0fc3e4d.zip |
Unbreak.
Notes
Notes:
svn path=/head/; revision=38831
Diffstat (limited to 'net/kmud')
-rw-r--r-- | net/kmud/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile index 9c21dd63ebb4..db65b8d5058d 100644 --- a/net/kmud/Makefile +++ b/net/kmud/Makefile @@ -18,8 +18,6 @@ LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext RUN_DEPENDS= kdehelp:${PORTSDIR}/x11/kdebase11 -BROKEN= "KDE 1.x is no longer in the ports tree" - USE_QT= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |