aboutsummaryrefslogtreecommitdiff
path: root/audio/gtkpod/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-19 17:11:12 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-19 17:11:12 +0000
commit35aca74cf483ce3633e11c764c6acc1d5848c7db (patch)
treeb42990a8aa5d3c126661c14c0c71e5a61629a130 /audio/gtkpod/Makefile
parentb40b787c719861900b885e2d36e7a02959ecb5c7 (diff)
downloadports-35aca74cf483ce3633e11c764c6acc1d5848c7db.tar.gz
ports-35aca74cf483ce3633e11c764c6acc1d5848c7db.zip
Notes
Diffstat (limited to 'audio/gtkpod/Makefile')
-rw-r--r--audio/gtkpod/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index 291563b67414..a27567bb0da6 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= gtkpod
-PORTVERSION= 0.88.2
+PORTVERSION= 0.94.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= david@dyn-ns.net
+MAINTAINER= ports@FreeBSD.org
COMMENT= GUI for Apple iPods using GTK2
LIB_DEPENDS= id3tag.2:${PORTSDIR}/audio/libid3tag
@@ -22,7 +22,7 @@ USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gtk20
+USE_GNOME= gtk20 libglade2
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
@@ -51,8 +51,6 @@ pre-configure:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
${WRKSRC}/po/Makefile.in.in
- @${REINPLACE_CMD} -e 's|PACKAGE|"gtkpod"|' \
- ${WRKSRC}/src/support.h
post-install:
.if !defined(NOPORTDOCS)