diff options
Diffstat (limited to 'textproc/aspell/Makefile.inc')
-rw-r--r-- | textproc/aspell/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile.inc b/textproc/aspell/Makefile.inc index 2bd9e70966aa..ba10e608d233 100644 --- a/textproc/aspell/Makefile.inc +++ b/textproc/aspell/Makefile.inc @@ -5,7 +5,7 @@ MASTER_SITES?= GNU/aspell/dict/${DICT} DISTNAME?= aspell${DISTVERSION} PORTVERSION?= ${DISTVERSION:tl:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g} -LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:textproc/aspell USES+= gmake tar:bzip2 HAS_CONFIGURE= yes |