diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-07-05 20:42:33 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-07-05 20:42:33 +0000 |
commit | 83be251886b7e77ad3aebfd7567304b36f5830c9 (patch) | |
tree | e3cd2f25f1100807231864c7f3f78555c8d75765 /audio/dap/Makefile | |
parent | Add acx100, a kernel driver for Texas Instruments ACX100 based Wi-Fi cards. (diff) |
Update to 2.1.6
PR: ports/67363
Submitted by: Roman Neuhauser
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 6baff47ff30c..00d62f4b1717 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dap -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= audio MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/downloads/ EXTRACT_SUFX=.tgz @@ -20,6 +20,8 @@ MAKEFILE= Makefile.linux USE_X_PREFIX= yes USE_XPM= yes +MAKE_ENV+= OTHER_INCLUDE_DIR=. OTHER_LIBRARY_DIR=. + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/ .if !defined(NOPORTDOCS) |