summaryrefslogtreecommitdiff
path: root/package/jack2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/jack2/Makefile')
-rw-r--r--package/jack2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/jack2/Makefile b/package/jack2/Makefile
index d5cab15c9..210048e6b 100644
--- a/package/jack2/Makefile
+++ b/package/jack2/Makefile
@@ -1,7 +1,7 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include $(TOPDIR)/rules.mk
+include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= jack2
PKG_VERSION:= 1.9.10
@@ -14,7 +14,7 @@ PKG_BUILDDEP:= python2-host alsa-lib libsndfile
PKG_URL:= http://jackaudio.org
PKG_SITES:= http://openadk.org/distfiles/
-include $(TOPDIR)/mk/package.mk
+include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,JACK2,jack2,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -39,4 +39,4 @@ jack2-install:
$(CP) $(WRKINST)/usr/lib/libjack{,server,net}.so* \
$(IDIR_JACK2)/usr/lib
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk