diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:26:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 15:26:23 +0000 |
commit | 591aba0faa8745617139407d4cd8d3a2c6a2259a (patch) | |
tree | c58201dfe596662f56821940b522267813007f01 /x11 | |
parent | b406eaaac9e28e9e7f8910a7479617bab271ac40 (diff) | |
download | ports-591aba0faa8745617139407d4cd8d3a2c6a2259a.tar.gz ports-591aba0faa8745617139407d4cd8d3a2c6a2259a.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/startup-notification/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-util-image/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-keysyms/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-renderutil/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-util-wm/Makefile | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/x11/startup-notification/Makefile b/x11/startup-notification/Makefile index 13054f9e35d6..cedaea75997a 100644 --- a/x11/startup-notification/Makefile +++ b/x11/startup-notification/Makefile @@ -16,8 +16,8 @@ LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util USE_XORG= x11 USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_GNOME= gnomehack ltasneededhack +USES= gmake pathfix pkgconfig +USE_GNOME= ltasneededhack GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile index 68032558bafd..a8b1ca94c583 100644 --- a/x11/xcb-util-image/Makefile +++ b/x11/xcb-util-image/Makefile @@ -11,8 +11,8 @@ COMMENT= A port of Xlib's XImage and XShmImage functions LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp diff --git a/x11/xcb-util-keysyms/Makefile b/x11/xcb-util-keysyms/Makefile index 90a56c613efe..caa9bcf795db 100644 --- a/x11/xcb-util-keysyms/Makefile +++ b/x11/xcb-util-keysyms/Makefile @@ -11,7 +11,7 @@ COMMENT= Standard X key constants and conversion to/from keycodes LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake +USES= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes USE_XORG= xcb xorg-macros diff --git a/x11/xcb-util-renderutil/Makefile b/x11/xcb-util-renderutil/Makefile index b40b77e958cb..93dbfdaaf769 100644 --- a/x11/xcb-util-renderutil/Makefile +++ b/x11/xcb-util-renderutil/Makefile @@ -11,8 +11,8 @@ COMMENT= Convenience functions for the Render extension LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_XORG= xcb xorg-macros USE_LDCONFIG= yes #USE_XORG= xau xdmcp diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile index 25904f51b721..ea1ee5d31783 100644 --- a/x11/xcb-util-wm/Makefile +++ b/x11/xcb-util-wm/Makefile @@ -11,8 +11,8 @@ COMMENT= Framework for window manager implementation LIB_DEPENDS= xcb-util:${PORTSDIR}/x11/xcb-util #BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf -USES= gmake USE_BZIP2= yes +USES= gmake pkgconfig USE_LDCONFIG= yes USE_XORG= xcb xorg-macros #USE_XORG= xau xdmcp |