diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-07 14:25:39 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-07 14:25:39 +0000 |
commit | 47a6026e181101c5bd38893eaffbe22f64a23dad (patch) | |
tree | 2734ee232aa2cc0b6f492fb1b17a275afe58186c /audio | |
parent | a6f72262326fa181bc27eeeef2be3e89bce9e860 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index af954f7a42fb..d351e5cd6523 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -28,7 +28,7 @@ GNU_CONFIGURE= yes USE_GETOPT_LONG= yes INSTALLS_SHLIB= yes USE_GNOME= pkgconfig gnometarget gnomehack -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 MAN1= jackd.1 jackstart.1 |