diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /misc/mc | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Finish converting the whole ports tree to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316355
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index d1871cbbf937..53a305005f53 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mc -# Date created: 15 Jul 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= mc PORTVERSION= 4.8.1.7 @@ -22,9 +18,9 @@ LICENSE= GPLv3 CONFLICTS= mc-light-4* +USES= pkgconfig USE_GMAKE= yes USE_GNOME= glib20 -USE_PKGCONFIG= yes USE_PERL5= yes USE_XZ= yes GNU_CONFIGURE= yes |