diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index 7c8ba437ac0..bb29591e9c0 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/10/01 10:37:33 grant Exp $ +# $NetBSD: Makefile,v 1.23 2005/05/16 01:15:31 jlam Exp $ DISTNAME= linuxppc_lib-2000.4.6 CATEGORIES= emulators @@ -31,6 +31,8 @@ CHECK_SHLIBS= NO DIST_SUBDIR= linuxppc_lib PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC +PKGSRC_USE_TOOLS+= gtar + EMUL_LINUX= emul/linux LINUX_LDCONFIG= ${PREFIX}/${EMUL_LINUX}/sbin/ldconfig RPM2PKG= rpm2pkg |