diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-19 17:11:12 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-19 17:11:12 +0000 |
commit | 35aca74cf483ce3633e11c764c6acc1d5848c7db (patch) | |
tree | b42990a8aa5d3c126661c14c0c71e5a61629a130 /audio/gtkpod/Makefile | |
parent | b40b787c719861900b885e2d36e7a02959ecb5c7 (diff) | |
download | ports-35aca74cf483ce3633e11c764c6acc1d5848c7db.tar.gz ports-35aca74cf483ce3633e11c764c6acc1d5848c7db.zip |
Notes
Diffstat (limited to 'audio/gtkpod/Makefile')
-rw-r--r-- | audio/gtkpod/Makefile | 8 |
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) |