aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-10-28 12:00:16 +0800
committermezz <mezz@FreeBSD.org>2008-10-28 12:00:16 +0800
commit21b2d9ecc9ab4f5fd499de10a6be08cc87a7ea86 (patch)
tree2033b13db973fddc3097f8bc1c44216aaf51f1ca /x11
parentcafbd74a9bdf363d1ebfff5659c5729b28303859 (diff)
downloadfreebsd-ports-gnome-21b2d9ecc9ab4f5fd499de10a6be08cc87a7ea86.tar.gz
freebsd-ports-gnome-21b2d9ecc9ab4f5fd499de10a6be08cc87a7ea86.tar.zst
freebsd-ports-gnome-21b2d9ecc9ab4f5fd499de10a6be08cc87a7ea86.zip
-No need to include the gnomeprefix that brings gnomehier in. [1]
-Use the gnomehack instead of a pkg-config patch in post-patch target. -Bump the PORTREVISION. Submitted by: Stefan Thurner <thurners@nicsys.de> [1]
Diffstat (limited to 'x11')
-rw-r--r--x11/babl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile
index 340c06d27da2..4d2ba1a46f37 100644
--- a/x11/babl/Makefile
+++ b/x11/babl/Makefile
@@ -23,11 +23,7 @@ COMMENT= Dynamic pixel format conversion library
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:15
-USE_GNOME= pkgconfig gnomeprefix ltverhack
+USE_GNOME= pkgconfig gnomehack ltverhack
USE_GMAKE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>