aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pkg-config
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2006-01-02 21:48:04 +0800
committerbland <bland@FreeBSD.org>2006-01-02 21:48:04 +0800
commit6e3960cc0782ce948ed9191376bc7d1948a1fdab (patch)
tree2e85a6b9aaf688bc0195ad41ee1a263bf8b1afa4 /devel/pkg-config
parentbca2e885b13676c11195469c1a006c0b3327ae10 (diff)
downloadfreebsd-ports-gnome-6e3960cc0782ce948ed9191376bc7d1948a1fdab.tar.gz
freebsd-ports-gnome-6e3960cc0782ce948ed9191376bc7d1948a1fdab.tar.zst
freebsd-ports-gnome-6e3960cc0782ce948ed9191376bc7d1948a1fdab.zip
Remove traling whitespaces.
Noticed by: anholt
Diffstat (limited to 'devel/pkg-config')
-rw-r--r--devel/pkg-config/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index 260a66e24cbc..36b88fe3ec8e 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -27,10 +27,10 @@ MAN1= pkg-config.1
PC_PATH=${PREFIX}/libdata/pkgconfig
.if ${LOCALBASE} != ${PREFIX}
PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig
-.endif
+.endif
.if ${X11BASE} != ${PREFIX}
PC_PATH:= ${PC_PATH}:${X11BASE}/libdata/pkgconfig
-.endif
+.endif
CONFIGURE_ARGS= --disable-threads \
--with-pc-path="${PC_PATH}"