diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-10 01:40:47 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-10 01:40:47 +0000 |
commit | 1c7885ffc4b58817580b1c80d8b5415cf388e518 (patch) | |
tree | 0e06f4ae986b51e1cf7a4204616f96cd21827d38 /audio | |
parent | cb07705667386a3132c156ea70ccf8664ac974aa (diff) |
USE_X_PREFIX=yes since it only works in X
Bump PORTREVISION
PR: 30349
Submitted by: anarcat@anarcat.dyndns.org
Notes
Notes:
svn path=/head/; revision=47595
Diffstat (limited to 'audio')
-rw-r--r-- | audio/grip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 1dc2aeabf934..1bfb19c4ebd5 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -7,6 +7,7 @@ PORTNAME= grip PORTVERSION= 2.96 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.nostatic.org/grip/ EXTRACT_SUFX= .tgz @@ -14,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes +USE_X_PREFIX= yes USE_GTK= yes ALL_TARGET= gripnopar gcd MAN1= grip.1 |