Use new aspell path
This commit is contained in:
parent
9596b4155c
commit
be444d29d0
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.2 2003/11/02 07:51:27 jolan Exp $
|
# $OpenBSD: Makefile,v 1.3 2003/11/21 04:54:20 jolan Exp $
|
||||||
|
|
||||||
COMMENT= "gtk2 spelling checker"
|
COMMENT= "gtk2 spelling checker"
|
||||||
DISTNAME= gtkspell-2.0.4
|
DISTNAME= gtkspell-2.0.4
|
||||||
@ -24,7 +24,7 @@ MODGCC3_ARCHES= sparc64
|
|||||||
MODGCC3_LANGS= C
|
MODGCC3_LANGS= C
|
||||||
|
|
||||||
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
||||||
LIB_DEPENDS= aspell.15::textproc/aspell \
|
LIB_DEPENDS= aspell.15.2::textproc/aspell/core \
|
||||||
gdk_pixbuf-2.0.0.0,gdk-x11-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
|
gdk_pixbuf-2.0.0.0,gdk-x11-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
|
||||||
|
|
||||||
CONFIGURE_STYLE=gnu
|
CONFIGURE_STYLE=gnu
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.27 2003/10/18 19:44:42 sturm Exp $
|
# $OpenBSD: Makefile,v 1.28 2003/11/21 04:54:20 jolan Exp $
|
||||||
|
|
||||||
COMMENT= "HTML editor for experienced web designers"
|
COMMENT= "HTML editor for experienced web designers"
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
|
|
||||||
LIB_DEPENDS= gtk-x11-2.0.=0,gdk-x11-2.0.=0::x11/gtk+2 \
|
LIB_DEPENDS= gtk-x11-2.0.=0,gdk-x11-2.0.=0::x11/gtk+2 \
|
||||||
pcre::devel/pcre \
|
pcre::devel/pcre \
|
||||||
aspell::textproc/aspell
|
aspell::textproc/aspell/core
|
||||||
|
|
||||||
CONFIGURE_STYLE=gnu dest
|
CONFIGURE_STYLE=gnu dest
|
||||||
CONFIGURE_ARGS= --with-icon-path='$${DESTDIR}${PREFIX}/share/pixmaps/'
|
CONFIGURE_ARGS= --with-icon-path='$${DESTDIR}${PREFIX}/share/pixmaps/'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.25 2003/11/14 14:52:49 avsm Exp $
|
# $OpenBSD: Makefile,v 1.26 2003/11/21 04:54:20 jolan Exp $
|
||||||
|
|
||||||
FULLPKGNAME= php4-extensions-${V}
|
FULLPKGNAME= php4-extensions-${V}
|
||||||
COMMENT= "informational package about PHP4 extensions"
|
COMMENT= "informational package about PHP4 extensions"
|
||||||
@ -260,7 +260,7 @@ CONFIGURE_ARGS+= --without-pspell
|
|||||||
MULTI_PACKAGES+= -pspell
|
MULTI_PACKAGES+= -pspell
|
||||||
COMMENT-pspell= "spell checking extensions for php4"
|
COMMENT-pspell= "spell checking extensions for php4"
|
||||||
CONFIGURE_ARGS+= --with-pspell=shared,${LOCALBASE}
|
CONFIGURE_ARGS+= --with-pspell=shared,${LOCALBASE}
|
||||||
LIB_DEPENDS+= aspell.15::textproc/aspell
|
LIB_DEPENDS+= aspell.15::textproc/aspell/core
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# sybase-ct
|
# sybase-ct
|
||||||
|
Loading…
Reference in New Issue
Block a user