diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:21:10 +0000 |
commit | 107bfacba9383e0e28884a8425dd8e5cfdd807b9 (patch) | |
tree | 17dfb83a48d58043193fc6b92dfe64322eb6db76 /audio | |
parent | 46e88f9dc1cd96da09f7346e695e8b295533210a (diff) | |
download | ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.tar.gz ports-107bfacba9383e0e28884a8425dd8e5cfdd807b9.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmixer/Makefile | 7 | ||||
-rw-r--r-- | audio/nekobee/Makefile | 1 | ||||
-rw-r--r-- | audio/trommler/Makefile | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index 4b831f77c978..edb30a69b21d 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmixer -# Date created: 25 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gmixer PORTVERSION= 0.98c @@ -17,6 +13,7 @@ COMMENT= X11/gtk+ mixer control ALL_TARGET= gmixer +USES= pkgconfig USE_GNOME= gtk12 PLIST_FILES= bin/gmixer share/pixmaps/gmixer.xpm diff --git a/audio/nekobee/Makefile b/audio/nekobee/Makefile index ec2256282baf..95f9edea90d8 100644 --- a/audio/nekobee/Makefile +++ b/audio/nekobee/Makefile @@ -21,6 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= gordonjcp GH_COMMIT= 3f4737f +USES= pkgconfig USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include diff --git a/audio/trommler/Makefile b/audio/trommler/Makefile index 19c3318b3dd1..839911125843 100644 --- a/audio/trommler/Makefile +++ b/audio/trommler/Makefile @@ -13,7 +13,7 @@ COMMENT= GTK+2 based drum machine LICENSE= GPLv2 -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/Trommler |