diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-21 02:01:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-21 02:01:22 +0000 |
commit | 535a41be373389f3fd811cee8a3fec7c83a102ea (patch) | |
tree | 0b74d97a7974462bbe2f33cae207c9b762b490ff /audio/gqmpeg-devel | |
parent | Sanitize MASTER_SITES (diff) |
GNOME Controlcenter is not needed. We only need GDK-pixbuf + GTK.
change maintaer's email
PR: 27470
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=42827
Diffstat (limited to 'audio/gqmpeg-devel')
-rw-r--r-- | audio/gqmpeg-devel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile index 84f9121d3891..fc32ba102e7f 100644 --- a/audio/gqmpeg-devel/Makefile +++ b/audio/gqmpeg-devel/Makefile @@ -7,17 +7,18 @@ PORTNAME= gqmpeg PORTVERSION= 0.9.0 -PORTREVISION= 1 -CATEGORIES= audio gnome +PORTREVISION= 2 +CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= lyngbol@candid.dk +MAINTAINER= lyngbol@wheel.dk +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_X_PREFIX= yes -USE_GNOMECTRL= yes +USE_GTK= yes USE_LIBTOOL= yes MAN1= gqmpeg.1 |