summaryrefslogtreecommitdiff
path: root/audio/xsidplay
diff options
context:
space:
mode:
authoragc <agc>2000-07-20 08:25:42 +0000
committeragc <agc>2000-07-20 08:25:42 +0000
commitf4d4c86d4ab821473d22ed806bf0def67b4ca210 (patch)
tree8d2d2dc199350ae89f39e640daf66d8e7ce37869 /audio/xsidplay
parent2e3a50fcffd3cab63dabdbb77d1372d4d7c0357f (diff)
downloadpkgsrc-f4d4c86d4ab821473d22ed806bf0def67b4ca210.tar.gz
Specify qt1 directory properly to configure
Diffstat (limited to 'audio/xsidplay')
-rw-r--r--audio/xsidplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile
index 702238087d1..d0093b3a7d4 100644
--- a/audio/xsidplay/Makefile
+++ b/audio/xsidplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/07/15 20:39:15 agc Exp $
+# $NetBSD: Makefile,v 1.14 2000/07/20 08:25:42 agc Exp $
#
DISTNAME= xsidplay-1_3_9
@@ -21,7 +21,7 @@ USE_GMAKE= yes
EVAL_PREFIX+= QT1DIR=qt1
CONFIGURE_ARGS+= --with-sidplay-includes=${LOCALBASE}/include \
--with-sidplay-library=${LOCALBASE}/lib \
- --with-qt-dir=${QT1DIR}/qt1/lib
+ --with-qt-dir=${QT1DIR}/qt1
LDFLAGS+= -Wl,-R${QT1DIR}/qt1/lib
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"