diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:41:30 +0000 |
commit | bc47cccc84a1837da1919cf6c75785c9646d1761 (patch) | |
tree | f7a9d348554d6994c70ad84089b6b749b7ac60fd /audio/gnapster/Makefile | |
parent | Upgrade to INN 2.3.2. (diff) |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes:
svn path=/head/; revision=42259
Diffstat (limited to 'audio/gnapster/Makefile')
-rw-r--r-- | audio/gnapster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gnapster/Makefile b/audio/gnapster/Makefile index 012fd27d4963..6a061b9ae152 100644 --- a/audio/gnapster/Makefile +++ b/audio/gnapster/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnapster PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.faradic.net/~jasta/files/ @@ -24,7 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if defined(HAVE_GNOME) USE_GNOME= yes -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf CONFIGURE_ARGS+= --datadir=${PREFIX}/share .else CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf |