diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /audio/zinf | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.zst freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'audio/zinf')
-rw-r--r-- | audio/zinf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile index fffc8df21067..43f105a2e894 100644 --- a/audio/zinf/Makefile +++ b/audio/zinf/Makefile @@ -7,7 +7,8 @@ PORTNAME= freeamp PORTVERSION= 2.1.rc5 -CATEGORIES= audio +PORTREVISION= 1 +CATEGORIES= audio gnome MASTER_SITES= http://www.freeamp.org/download/src/ MAINTAINER= roman@xpert.com @@ -15,14 +16,12 @@ MAINTAINER= roman@xpert.com BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm LIB_DEPENDS= musicbrainz.1:${PORTSDIR}/audio/musicbrainz \ id3:${PORTSDIR}/audio/id3lib \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - ttf.4:${PORTSDIR}/print/freetype \ - ORBit.2:${PORTSDIR}/devel/ORBit + ttf.4:${PORTSDIR}/print/freetype WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes USE_XLIB= yes -USE_GTK= yes +USE_GNOMECTRL= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} |