diff options
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index ccb1eba1bc89..e6c671aa1407 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.4.2 +# Version required: 0.4.3 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/11/18 09:08:03 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/01 08:59:55 vanilla Exp $ # -DISTNAME= gqmpeg-0.4.2.src -PKGNAME= gqmpeg-0.4.2 +DISTNAME= gqmpeg-0.4.3.src +PKGNAME= gqmpeg-0.4.3 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .tgz @@ -19,7 +19,7 @@ LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ Imlib.1:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/gqmpeg-0.4.2 +WRKSRC= ${WRKDIR}/gqmpeg-0.4.3 ALL_TARGET= gqmpeg do-install: |