diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /textproc/linux-aspell | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'textproc/linux-aspell')
-rw-r--r-- | textproc/linux-aspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/linux-aspell/Makefile b/textproc/linux-aspell/Makefile index f67f424cf82b..c9bff8771b4c 100644 --- a/textproc/linux-aspell/Makefile +++ b/textproc/linux-aspell/Makefile @@ -27,10 +27,9 @@ BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ NO_BUILD= yes USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 +USE_LINUX= yes USE_LINUX_PREFIX= yes -USE_LINUX?= yes USE_GMAKE= yes -NO_FILTER_SHLIBS= yes LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig DBPATH= /var/lib/rpm |