diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-01 08:59:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-01 08:59:55 +0000 |
commit | 3559ea41831890ffca99439801d3ea4afb8ed036 (patch) | |
tree | 66725d69ac3696081a37523ac7c60a79e7d9cee1 /audio/gqmpeg/Makefile | |
parent | Explicitly create ${WRKDIR}. Apparently unzip can't create more than (diff) |
Upgrade to 0.4.2, it add better skin support.
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 a1cc37355b21..ccb1eba1bc89 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.4.1 +# Version required: 0.4.2 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/11/17 00:24:36 asami Exp $ +# $Id: Makefile,v 1.3 1998/11/18 09:08:03 asami Exp $ # -DISTNAME= gqmpeg-0.4.1.src -PKGNAME= gqmpeg-0.4.1 +DISTNAME= gqmpeg-0.4.2.src +PKGNAME= gqmpeg-0.4.2 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.1 +WRKSRC= ${WRKDIR}/gqmpeg-0.4.2 ALL_TARGET= gqmpeg do-install: |