diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-11 14:18:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-11 14:18:14 +0800 |
commit | 7666037ac27bd95d884ab80b7aa878c23c6b2b9b (patch) | |
tree | df5b4cedb6e1b8f3d51405475b5936bf7dfdc39e /www/linux-opera | |
parent | 4b4448a8b6c143315c98e78ada4bdffdaefc77c7 (diff) | |
download | freebsd-ports-gnome-7666037ac27bd95d884ab80b7aa878c23c6b2b9b.tar.gz freebsd-ports-gnome-7666037ac27bd95d884ab80b7aa878c23c6b2b9b.tar.zst freebsd-ports-gnome-7666037ac27bd95d884ab80b7aa878c23c6b2b9b.zip |
Re-order RUN_DEPENDS so only one linux_base will be installed when
-DWITH_XFT2 is set.
PR: 62489
Submitted by: maintainer
Reported by: Maxlor (user @ bsdforums.org)
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 9296cc4dcee1..0998d22a1e70 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -18,8 +18,6 @@ COMMENT= A blazingly fast, full-featured, standards-compliant browser CONFLICTS= opera-* RESTRICTED= "not redistributable; commercial software" -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif - .if defined(WITH_XFT2) RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XFree86-libs \ ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ @@ -28,6 +26,8 @@ RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XF USE_LINUX= yes .endif +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif + USE_BZIP2= yes USE_X_PREFIX= yes USE_REINPLACE= yes |