diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 18:06:18 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 18:06:18 +0000 |
commit | 703a191e7c837577438f56c433f63b653f20ea9d (patch) | |
tree | d1dec2184225d06d45bbdb0a87e970246f429980 /multimedia/xawtv | |
parent | 4cbc5ba13106d8e9693030a1753b68060be35958 (diff) | |
download | ports-703a191e7c837577438f56c433f63b653f20ea9d.tar.gz ports-703a191e7c837577438f56c433f63b653f20ea9d.zip |
Notes
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r-- | multimedia/xawtv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index a7c7009be702..f0a99827948c 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -29,6 +29,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" MAKE_ENV= verbose=yes +INSTALLS_SHLIB= yes FILES_LIBJPEG= console/Subdir.mk debug/Subdir.mk x11/Subdir.mk @@ -42,9 +43,9 @@ MAN8= v4l-conf.8 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 .else -ONLY_FOR_ARCHS= alpha i386 ia64 +ONLY_FOR_ARCHS= alpha i386 ia64 .endif .if defined(WITH_LIBDV) |