diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-04-10 05:39:56 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-04-10 05:39:56 +0000 |
commit | 10703748ebc681ee56334f21c35cf17c38e29b08 (patch) | |
tree | 2982637ffc7ebae36130a19a776b5dfec45dd2d5 /multimedia/fxtv/Makefile | |
parent | - Update to 2.0.3 (diff) |
Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
Diffstat (limited to 'multimedia/fxtv/Makefile')
-rw-r--r-- | multimedia/fxtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index 299dbecf5b04..a595eda415be 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X-based TV Display and Capture Application (for use with bt848 driver) LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d + Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_X_PREFIX= yes USE_XPM= yes |