diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-07-07 14:52:52 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-07-07 14:52:52 +0000 |
commit | 37cb77dacd4e528a84498ae216a7e111daf51f88 (patch) | |
tree | 424b3568a5651e20ae3bfe86ce7333c6bd7b617e | |
parent | 47a6026e181101c5bd38893eaffbe22f64a23dad (diff) | |
download | ports-37cb77dacd4e528a84498ae216a7e111daf51f88.tar.gz ports-37cb77dacd4e528a84498ae216a7e111daf51f88.zip |
- Remove ONLY_FOR_ARCHS since it looks like jack is portable now
Notes
Notes:
svn path=/head/; revision=167139
-rw-r--r-- | audio/jack/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index d351e5cd6523..0491dc167a78 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -28,7 +28,6 @@ GNU_CONFIGURE= yes USE_GETOPT_LONG= yes INSTALLS_SHLIB= yes USE_GNOME= pkgconfig gnometarget gnomehack -ONLY_FOR_ARCHS= i386 amd64 sparc64 MAN1= jackd.1 jackstart.1 |