diff options
author | trevor <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-03-01 21:51:48 +0000 |
commit | c6535e2fa7f07178532cebeadf49e7309985ea88 (patch) | |
tree | a351c62f6273509c52176a55b38b9bb841d2c8e0 /textproc/linux-aspell | |
parent | 45cc41b90123ddfb02c3ca701d32cc9e5f004e64 (diff) | |
download | FreeBSD-ports-c6535e2fa7f07178532cebeadf49e7309985ea88.zip FreeBSD-ports-c6535e2fa7f07178532cebeadf49e7309985ea88.tar.gz |
Respect the user's USE_LINUX setting.
Diffstat (limited to 'textproc/linux-aspell')
-rw-r--r-- | textproc/linux-aspell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linux-aspell/Makefile b/textproc/linux-aspell/Makefile index 98ddc67..f67f424 100644 --- a/textproc/linux-aspell/Makefile +++ b/textproc/linux-aspell/Makefile @@ -28,7 +28,7 @@ NO_BUILD= yes USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 USE_LINUX_PREFIX= yes -USE_LINUX= yes +USE_LINUX?= yes USE_GMAKE= yes NO_FILTER_SHLIBS= yes LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig |