diff options
Diffstat (limited to 'emulators/freebsd_lib/Makefile')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 0cca6488a21..40395ad40e0 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2003/07/21 16:45:55 martti Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:14:40 agc Exp $ # DISTNAME= freebsd_lib-2.2.7 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= emulators MASTER_SITES= http://www.flame.org/NetBSD/ @@ -12,6 +11,7 @@ COMMENT= Libraries necessary for FreeBSD compatibility, including XFree86 ONLY_FOR_PLATFORM= NetBSD-*-i386 +WRKSRC= ${WRKDIR} NO_BUILD= yes do-install: |