diff options
author | jim <jim@FreeBSD.org> | 2001-03-22 04:54:57 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-03-22 04:54:57 +0800 |
commit | d730368f3c3c3aa4f52c80ee85bd41bc2981e95d (patch) | |
tree | 1d12643975b49e8ed19dcbabd573037748031652 /net/gaim-snapshot/Makefile | |
parent | 3bd1cb8f095f475d4ca6ea0cdbbd03d0b0a3168e (diff) | |
download | freebsd-ports-gnome-d730368f3c3c3aa4f52c80ee85bd41bc2981e95d.tar.gz freebsd-ports-gnome-d730368f3c3c3aa4f52c80ee85bd41bc2981e95d.tar.zst freebsd-ports-gnome-d730368f3c3c3aa4f52c80ee85bd41bc2981e95d.zip |
Update to version 0.11.0pre7.
Diffstat (limited to 'net/gaim-snapshot/Makefile')
-rw-r--r-- | net/gaim-snapshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index ac7039ee66ce..ca9ab1986b66 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gaim -PORTVERSION= 0.11.0pre6 +PORTVERSION= 0.11.0pre7 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} @@ -30,7 +30,7 @@ MAN1= gaim.1 .if defined(HAVE_GNOME) USE_GNOME= yes -RUN_DEPENDS= ispell:${PORTSDIR}/texproc/ispell +RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-gnome |