diff options
Diffstat (limited to 'textproc/aspell/Makefile.inc')
-rw-r--r-- | textproc/aspell/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/aspell/Makefile.inc b/textproc/aspell/Makefile.inc index ea212f999669..a375bb8d1371 100644 --- a/textproc/aspell/Makefile.inc +++ b/textproc/aspell/Makefile.inc @@ -6,10 +6,10 @@ MASTER_SITE_SUBDIR?= aspell/dict/${DICT} DISTNAME?= aspell${DISTVERSION} PORTVERSION?= ${DISTVERSION:L: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= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell +USES+= gmake USE_BZIP2= yes -USE_GMAKE= yes HAS_CONFIGURE= yes PLIST_SUB= VER=${VER} |