diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-30 20:17:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-30 20:17:21 +0000 |
commit | 1c8649f8a89a4039183a71b0d00e05d6203704a2 (patch) | |
tree | 005e41f44ff476b7f8d90da0c2cd324fae86708f /audio/dap/Makefile | |
parent | 5d8a0aa4ebbb671b6708ae0619c48e072c11e862 (diff) | |
download | pkgsrc-1c8649f8a89a4039183a71b0d00e05d6203704a2.tar.gz |
Provide a value for OTHER_INCLUDE_DIR, so that -I is not used without arguments.
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index da17e241e45..09827576acb 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/08/26 19:57:08 sno Exp $ +# $NetBSD: Makefile,v 1.39 2009/10/30 20:17:21 joerg Exp $ DISTNAME= dap-2.1.5 PKGREVISION= 1 @@ -17,7 +17,7 @@ MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ INSTALLATION_DIRS+= bin share/doc/dap MAKE_FILE= Makefile.netbsd -MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} +MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} OTHER_INCLUDE_DIR=. do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${DESTDIR}${PREFIX}/bin/dap |