aboutsummaryrefslogtreecommitdiffstats
path: root/audio/knapster
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-01-10 01:37:17 +0800
committerjedgar <jedgar@FreeBSD.org>2000-01-10 01:37:17 +0800
commit69975355833dd00781bed8753d974ab3530903e6 (patch)
treeeee3793d287c92c25ffcb2faea0763264ba66149 /audio/knapster
parentb1698b83feb5b61b6a317d6e4b3ee560220e727d (diff)
downloadfreebsd-ports-gnome-69975355833dd00781bed8753d974ab3530903e6.tar.gz
freebsd-ports-gnome-69975355833dd00781bed8753d974ab3530903e6.tar.zst
freebsd-ports-gnome-69975355833dd00781bed8753d974ab3530903e6.zip
Provide FreeBSD pthread capability to the GNU configure script
in this port more correctly. This should be integrated into the source by the next release.
Diffstat (limited to 'audio/knapster')
-rw-r--r--audio/knapster/Makefile6
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>