diff options
Diffstat (limited to 'x11/libXrender')
-rw-r--r-- | x11/libXrender/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libXrender/Makefile b/x11/libXrender/Makefile index 92f2f21..f007d50 100644 --- a/x11/libXrender/Makefile +++ b/x11/libXrender/Makefile @@ -13,20 +13,19 @@ SHARED_LIBS= Xrender 6.0 # MIT PERMIT_PACKAGE = Yes -#WANTLIB = ??? +WANTLIB = X11 Xau xcb MASTER_SITES = ${MASTER_SITE_XORG:=lib/} -# Dependencies BUILD_DEPENDS = devel/xorg-util-macros \ - devel/xorgproto \ - x11/libX11 + devel/xorgproto + +LIB_DEPENDS = x11/libX11 SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu -#NO_BUILD = Yes NO_TEST = Yes |