diff options
author | anholt <anholt@FreeBSD.org> | 2004-07-24 04:04:49 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-07-24 04:04:49 +0800 |
commit | d6b8aac4482f1154faa494fde320ceca9ed1dbac (patch) | |
tree | 040552949ff2d27720f3b9ba718c4a27ce887f8d /multimedia/libxine | |
parent | 23e6447aacd9b7ce250028494041cf2aac3328a2 (diff) | |
download | freebsd-ports-gnome-d6b8aac4482f1154faa494fde320ceca9ed1dbac.tar.gz freebsd-ports-gnome-d6b8aac4482f1154faa494fde320ceca9ed1dbac.tar.zst freebsd-ports-gnome-d6b8aac4482f1154faa494fde320ceca9ed1dbac.zip |
Chase XFREE86_VERSION -> X_WINDOW_SYSTEM conversion.
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index a1be21eb6e04..63e446839167 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -61,7 +61,7 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-config.h.in EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src:input:input_cdda.c .endif -.if ${XFREE86_VERSION} >= 4 +.if ${X_WINDOW_SYSTEM:L} != xfree86-3 PLIST_SUB+= WITH_LIBXV="" .else PLIST_SUB+= WITH_LIBXV="@comment " |