diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-19 00:26:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-19 00:26:21 +0000 |
commit | 8978088931cc0ab8a828aa82578cd2bc90a0ef6d (patch) | |
tree | 22e934e2dced701c00087ec5f0e56f8cfd62b80d /net/gaim/Makefile | |
parent | 0433f602f284cf23e2c617af124fc6c4742a7c6d (diff) |
Notes
Diffstat (limited to 'net/gaim/Makefile')
-rw-r--r-- | net/gaim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index e9c44f293eff..2d8941929734 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -5,7 +5,7 @@ # PORTNAME= gaim -PORTVERSION= 0.65 +PORTVERSION= 0.66 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --enable-static=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -MAN1= gaim.1 +MAN1= gaim.1 gaim-remote.1 .ifndef(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 |