aboutsummaryrefslogtreecommitdiff
path: root/devel/pkg-config
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2006-01-02 13:48:04 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2006-01-02 13:48:04 +0000
commit28f168899933adcb3d5122b7c19e20dd087dcccb (patch)
tree25533623a67df7bf0f43a982ef5e262febe4f500 /devel/pkg-config
parent00654bc55feb6df18286c418641a59e07eebeeb2 (diff)
downloadports-28f168899933adcb3d5122b7c19e20dd087dcccb.tar.gz
ports-28f168899933adcb3d5122b7c19e20dd087dcccb.zip
Notes
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}"