diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-12-24 04:11:46 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-12-24 04:11:46 +0000 |
commit | 38d02f41aa0e6426fb88bea70029df780db291f2 (patch) | |
tree | 3c5927eb6099724d9745660688582750ad485a8b /audio/gqmpeg/Makefile | |
parent | 8f96eeea1d174e177b5296881df2e7d27ab0cf73 (diff) |
Update to 0.8.1
Notes
Notes:
svn path=/head/; revision=36292
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index e7f3135b9d5c..7bebe6bff4c6 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gqmpeg -PORTVERSION= 0.6.3 +PORTVERSION= 0.8.1 CATEGORIES= audio MASTER_SITES= http://www.netpedia.net/hosting/gqview/packages/ \ http://www.geocities.com/SiliconValley/Haven/5235/packages/ -EXTRACT_SUFX= .src.tar.gz MAINTAINER= nakai@FreeBSD.org @@ -18,6 +17,8 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_X_PREFIX= yes USE_IMLIB= yes -ALL_TARGET= gqmpeg +USE_LIBTOOL= yes + +MAN1= gqmpeg.1 .include <bsd.port.mk> |