diff options
author | kwm <kwm@FreeBSD.org> | 2005-07-08 00:48:40 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-07-08 00:48:40 +0800 |
commit | f3056a66fce3e2722772e6ddb44346a28af8c7ab (patch) | |
tree | b31e4cd6f678f0565c0b16baac0e568b016811f3 /graphics | |
parent | 0acf04af727bfcfcc118eb4e3dd21c221ab9f571 (diff) | |
download | freebsd-ports-gnome-f3056a66fce3e2722772e6ddb44346a28af8c7ab.tar.gz freebsd-ports-gnome-f3056a66fce3e2722772e6ddb44346a28af8c7ab.tar.zst freebsd-ports-gnome-f3056a66fce3e2722772e6ddb44346a28af8c7ab.zip |
Fix packaging.
Submitted by: pointyhat via krismail
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libvisual-plugins/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/libvisual-plugins/Makefile b/graphics/libvisual-plugins/Makefile index 7dfa5ad2d2d2..4c777e053d0d 100644 --- a/graphics/libvisual-plugins/Makefile +++ b/graphics/libvisual-plugins/Makefile @@ -26,6 +26,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ .include <bsd.port.pre.mk> +.if ${X_WINDOW_SYSTEM} == "xfree86-4" +BUILD_DEPENDS= mkdirhier:${PORTSDIR}/devel/imake-4 +.elif ${X_WINDOW_SYSTEM} == "xorg" +BUILD_DEPENDS= mkdirhier:${PORTSDIR}/devel/imake-6 +.elif ${X_WINDOW_SYSTEM} == "xfree86-3" +BUILD_DEPENDS= mkdirhier:${PORTSDIR}/x11/XFree86 +.endif + .if defined(WITH_MPLAYER) BUILD_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer |