diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-26 10:10:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-26 10:10:56 +0000 |
commit | 1d202088d20ef9bdb86b8ddf367a625ae268ac13 (patch) | |
tree | 14b2c03e0656df0ae731198cefcce04c6aac6e57 /pkgtools/x11-links | |
parent | 03742b48cf2b2e8b87c2ede99b965e1d799c8fa1 (diff) | |
download | pkgsrc-1d202088d20ef9bdb86b8ddf367a625ae268ac13.tar.gz |
Revert previous commit, it didn't work for binary packages. Noted by
Julio Merino.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 252377e9b7f..53a01361a12 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2004/01/25 07:43:54 xtraeme Exp $ +# $NetBSD: Makefile,v 1.49 2004/01/26 10:10:56 xtraeme Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in mk/buildlink[23]/bsd.buildlink[23].mk @@ -29,10 +29,7 @@ PLIST_SRC.files= ${PLIST_SRC}.files .include "../../mk/bsd.prefs.mk" -.if !exists(${X11BASE}/include/X11/X.h) && \ - !empty(USE_PKGSRC_XFREE86:M[Yy][Ee][Ss]) -DEPENDS+= XFree86-libs>=4.3.0:../../x11/XFree86-libs -.elif !exists(${X11BASE}/include/X11/X.h) +.if !exists(${X11BASE}/include/X11/X.h) PKG_FAIL_REASON= "${PKGNAME} requires X headers to be installed" .endif |