diff options
Diffstat (limited to 'net/gaim/Makefile')
-rw-r--r-- | net/gaim/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index 7680aae..f883700 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gaim -PORTVERSION= 0.45 +PORTVERSION= 0.47 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ ${MASTER_SITE_SOURCEFORGE} @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jim@FreeBSD.org -BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes @@ -37,6 +35,7 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell CONFIGURE_ARGS+= --enable-panel .else CONFIGURE_ARGS+= --disable-gnome +BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf .endif .if defined(HAVE_ESOUND) USE_ESOUND= yes @@ -49,6 +48,6 @@ pre-patch: s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' + s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' .include <bsd.port.post.mk> |