diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-30 20:48:48 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-30 20:48:48 +0000 |
commit | d743a36bc2c6ab41966ddc0648e3d806f17decf6 (patch) | |
tree | eacf1a7d1f3e4b9a19834d0dcef441c395737ae5 /audio/gtick/Makefile | |
parent | 3a5a3183610861eaa13373ebd14ad750743bc840 (diff) | |
download | ports-d743a36bc2c6ab41966ddc0648e3d806f17decf6.tar.gz ports-d743a36bc2c6ab41966ddc0648e3d806f17decf6.zip |
Notes
Diffstat (limited to 'audio/gtick/Makefile')
-rw-r--r-- | audio/gtick/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile index d90b9334391c..5d8e4e742e17 100644 --- a/audio/gtick/Makefile +++ b/audio/gtick/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: qsf +# New ports collection makefile for: gtick # Date created: 10 February 2004 # Whom: liamfoy@sepulcrum.org # @@ -6,9 +6,9 @@ # PORTNAME= gtick -PORTVERSION= 0.3.13 +PORTVERSION= 0.3.14 CATEGORIES= audio -MASTER_SITES= http://www.antcom.de/gtick/download/ +MASTER_SITES= http://www.antcom.de/gtick/download/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= A metronome application @@ -16,8 +16,6 @@ COMMENT= A metronome application LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes -USE_X_PREFIX= yes -USE_GETOPT_LONG=yes USE_GNOME= gtk20 USE_GETTEXT= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |