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/gmixer | |
parent | - Fix build with clang (diff) |
Add explicit dependency on pkgconf (27 ports)
Notes
Notes:
svn path=/head/; revision=327018
Diffstat (limited to 'audio/gmixer')
-rw-r--r-- | audio/gmixer/Makefile | 7 |
1 files changed, 2 insertions, 5 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 |