summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-14 18:26:26 +0000
committerjmmv <jmmv>2004-02-14 18:26:26 +0000
commit79245d24cfa5e3e5c3dbfe27fcffba3dcf870858 (patch)
treec1e08f830ccc454388579e8a5bb683d354ff965d /net/ORBit/Makefile
parent653fc394cf90f0060e1f2c73421654259ba4555c (diff)
downloadpkgsrc-79245d24cfa5e3e5c3dbfe27fcffba3dcf870858.tar.gz
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r--net/ORBit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 1196da10ab3..817becd272a 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2004/02/14 17:21:46 jlam Exp $
+# $NetBSD: Makefile,v 1.103 2004/02/14 18:26:28 jmmv Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -25,8 +25,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= LIBWRAP_PATH=${BUILDLINK_PREFIX.tcp_wrappers}/lib/libwrap.a
CONFIGURE_ENV+= LIB_WRAP="-lwrap"
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/ORBit.pc.in
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/libIDL/libIDL.pc.in
+PKGCONFIG_OVERRIDE+= ORBit.pc.in
+PKGCONFIG_OVERRIDE+= libIDL/libIDL.pc.in
CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1