aboutsummaryrefslogtreecommitdiff
path: root/audio/xoscope/Makefile
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2012-11-05 00:05:15 +0000
committerDiane Bruce <db@FreeBSD.org>2012-11-05 00:05:15 +0000
commit6dbc85d8dfa09dd117beb38c16c1285a4a5723bd (patch)
treea268e5649fba52d8e5c00cd49f4b1ca6a4982f44 /audio/xoscope/Makefile
parente3ef08eb370037aec48a0af3812a53a5e0be4616 (diff)
downloadports-6dbc85d8dfa09dd117beb38c16c1285a4a5723bd.tar.gz
ports-6dbc85d8dfa09dd117beb38c16c1285a4a5723bd.zip
- upgrade to version 2.0
- unbreak on x64 - clean up header Feature safe: yes
Notes
Notes: svn path=/head/; revision=306989
Diffstat (limited to 'audio/xoscope/Makefile')
-rw-r--r--audio/xoscope/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/audio/xoscope/Makefile b/audio/xoscope/Makefile
index 76f8bd63beb4..722385c54926 100644
--- a/audio/xoscope/Makefile
+++ b/audio/xoscope/Makefile
@@ -1,12 +1,7 @@
-# ports collection makefile for: xoscope
-# Date created: March 29, 2008
-# Whom: db
-#
# $FreeBSD$
-#
PORTNAME= xoscope
-PORTVERSION= 1.12
+PORTVERSION= 2.0
CATEGORIES= audio hamradio
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@@ -17,10 +12,9 @@ COMMENT= Sound card oscilloscope
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}
USE_GMAKE= yes
-USE_GNOME= gtk12
+USE_GNOME= gtk20
USE_XORG= x11
-ONLY_FOR_ARCHS= i386
-MAN1= xoscope.1 oscope.1
+MAN1= xoscope.1
.include <bsd.port.mk>