diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/gtkguitune | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) |
Notes
Diffstat (limited to 'audio/gtkguitune')
-rw-r--r-- | audio/gtkguitune/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile index 89c58756a82c..da392764dd0b 100644 --- a/audio/gtkguitune/Makefile +++ b/audio/gtkguitune/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkguitune -# Date created: 12 Feb 2005 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# +# Created by: Eric Anholt <anholt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtkguitune PORTVERSION= 0.8 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.oocities.org/harpin_floh/mysoft/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A guitar (and other instruments) tuner for GTK +COMMENT= Guitar (and other instruments) tuner for GTK+2 LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 |