diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-29 13:46:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-29 13:46:02 +0000 |
commit | dd96fc9ddba027aaa9cc513f0f4bf40b2735d847 (patch) | |
tree | 8d2f7ef771db1321863a694108e7b404bea605f0 /audio/xmp/Makefile | |
parent | 901e5c94f6f1d3c00b5b7ba359a60f36db334281 (diff) | |
download | ports-dd96fc9ddba027aaa9cc513f0f4bf40b2735d847.tar.gz ports-dd96fc9ddba027aaa9cc513f0f4bf40b2735d847.zip |
Notes
Diffstat (limited to 'audio/xmp/Makefile')
-rw-r--r-- | audio/xmp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index e7fc72a57866..03b43eab41e3 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmp -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF @@ -35,6 +35,8 @@ OPTIONS= ALSA "ALSA output driver" off \ MAKE_JOBS_SAFE= yes +CFLAGS+= -I${LOCALBASE}/include + .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) |