diff options
-rw-r--r-- | textproc/aspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 5cbd117..7755a0f 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -21,9 +21,10 @@ CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-curses=ncursesw \ --enable-static -USES= gmake iconv libtool perl5 shebangfix +USES= cpe gmake iconv libtool perl5 shebangfix USE_LDCONFIG= yes SHEBANG_FILES= scripts/aspell-import +CPE_VENDOR= gnu INSTALL_TARGET= install-strip VERINST= ${PORTVERSION:R:R} |