diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-11 08:16:17 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-11 08:16:17 +0000 |
commit | ee8e4fcc89a2d0e5b4f6b3b1f2805c37a5a9861b (patch) | |
tree | 04e2182c565bb716be1ad1fbd665d38c248fef7a | |
parent | [1] Add missing dependency on freetype2. (diff) |
Correct dependencies (libXext is required).
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=108909
-rw-r--r-- | x11/libXp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 05794095e9bf..340b9d35bd82 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -14,10 +14,9 @@ DISTNAME= X11R6.7.0-src1 MAINTAINER= x11@FreeBSD.org COMMENT= X print library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libX11 \ ${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${LIB_PC_DEPENDS} +BUILD_DEPENDS= ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} CONFLICTS= XFree86-libraries-* |