diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
commit | cdabc54ad469c80d08327c0d32dfa55c640cff2a (patch) | |
tree | eba3c1f7e94497327507881e3b0eb623013d377e /x11 | |
parent | 3e5b766396a89930130c8530a30308b48d239d4b (diff) | |
download | freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.gz freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.zst freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.zip |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fluxbg/Makefile | 2 | ||||
-rw-r--r-- | x11/libXtrans/Makefile | 2 | ||||
-rw-r--r-- | x11/libxcb/Makefile | 2 | ||||
-rw-r--r-- | x11/xbitmaps/Makefile | 2 | ||||
-rw-r--r-- | x11/xcb-proto/Makefile | 2 | ||||
-rw-r--r-- | x11/xpyb/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11/fluxbg/Makefile b/x11/fluxbg/Makefile index 629450cdba65..c6e8135ba4cb 100644 --- a/x11/fluxbg/Makefile +++ b/x11/fluxbg/Makefile @@ -17,7 +17,7 @@ COMMENT= Background changer for fluxbox/blackbox LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 GNU_CONFIGURE= yes -USE_GNOME= gnomehack +USES= pathfix .include <bsd.port.pre.mk> diff --git a/x11/libXtrans/Makefile b/x11/libXtrans/Makefile index aea8fa914b94..d5bb50549b54 100644 --- a/x11/libXtrans/Makefile +++ b/x11/libXtrans/Makefile @@ -17,6 +17,6 @@ COMMENT= Network API translation layer for X applications and libraries USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack +USES= pathfix .include <bsd.port.mk> diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 1f41da6f3cab..80822da91407 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -25,7 +25,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes -USE_GNOME= gnomehack +USES= pathfix USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp diff --git a/x11/xbitmaps/Makefile b/x11/xbitmaps/Makefile index dcedb4996292..f0e568126b05 100644 --- a/x11/xbitmaps/Makefile +++ b/x11/xbitmaps/Makefile @@ -14,7 +14,7 @@ COMMENT= X.Org bitmaps data LICENSE= MIT -USE_GNOME= gnomehack +USES= pathfix XORG_CAT= data diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 5d77f4134203..ecbc56073722 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -19,7 +19,7 @@ COMMENT= The X protocol C-language Binding (XCB) protocol BUILD_DEPENDS= xmllint:${PORTSDIR}/textproc/libxml2 USE_BZIP2= yes -USE_GNOME= gnomehack +USES= pathfix USE_PYTHON= 2.5+ GNU_CONFIGURE= yes diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index 9fdf3f82021f..a7f8d5f534c7 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb USE_BZIP2= yes USE_PYTHON= 2.5+ -USE_GNOME= gnomehack +USES= pathfix PORTDOCS= README COPYING INSTALL NEWS XcbPythonBinding.txt GNU_CONFIGURE= yes |