diff options
Diffstat (limited to 'chat/pidgin/Makefile')
-rw-r--r-- | chat/pidgin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index 2af6d986a25..c5fa44ac98b 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/09/25 08:31:53 hira Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/25 10:03:52 hira Exp $ # PKGNAME= pidgin-${PIDGIN_VERSION} @@ -29,7 +29,7 @@ CHECK_WRKREF_SKIP= bin/pidgin pre-build: # XXX Find a cleaner way. ${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \ - ${LN} -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. + ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. .include "../../chat/libpurple/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |