diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-09 17:37:17 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-09 17:37:17 +0000 |
commit | f6683fc2e3ff8f22990afb95f37a13a8de9c78e1 (patch) | |
tree | c65c7581b27c25451f51e8248ce1b5707a450463 /audio/knapster | |
parent | 07aa13c013e6de49b6c93ee5ca9d44ce483700d9 (diff) | |
download | ports-f6683fc2e3ff8f22990afb95f37a13a8de9c78e1.tar.gz ports-f6683fc2e3ff8f22990afb95f37a13a8de9c78e1.zip |
Notes
Diffstat (limited to 'audio/knapster')
-rw-r--r-- | audio/knapster/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/knapster/Makefile b/audio/knapster/Makefile index ecf5c69f4500..f889d4378341 100644 --- a/audio/knapster/Makefile +++ b/audio/knapster/Makefile @@ -12,14 +12,12 @@ MASTER_SITES= http://www.chariot.net.au/~donoghue/ MAINTAINER= jedgar@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/bin/aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= ${LOCALBASE}/bin/kdehelp:${PORTSDIR}/x11/kdebase11 -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_GMAKE= yes USE_QT= yes -pre-configure: - @${PERL} -pi.orig -e 's|lpthread|pthread|' ${WRKSRC}/configure - .include <bsd.port.mk> |