diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 05:25:17 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-03-15 05:25:17 +0000 |
commit | 09f75fd0f93bce4f161ffb73a6138dba6e1af6e0 (patch) | |
tree | a53a363abeb2ffc263982772d69e2e492e41c7ce /emulators/linux_base-rh-9 | |
parent | c9d38a9570cae36cf2f0f60c2d0adacf024e5a95 (diff) |
Notes
Diffstat (limited to 'emulators/linux_base-rh-9')
-rw-r--r-- | emulators/linux_base-rh-9/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/linux_base-rh-9/Makefile b/emulators/linux_base-rh-9/Makefile index 67e9891352ba..897e6cb83eb8 100644 --- a/emulators/linux_base-rh-9/Makefile +++ b/emulators/linux_base-rh-9/Makefile @@ -68,9 +68,7 @@ PLIST= ${WRKDIR}/pkg-plist # Red Hat Linux 9 is only available in English. LANG= en -.ifdef USE_LINUX -.error You have `USE_LINUX' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif +.undef USE_LINUX .include <bsd.port.pre.mk> |