[Midnightbsd-cvs] mports [20027] trunk/editors/emacs/Makefile: missing pkgconfig

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 25 08:12:18 EDT 2015


Revision: 20027
          http://svnweb.midnightbsd.org/mports/?rev=20027
Author:   laffer1
Date:     2015-08-25 08:12:17 -0400 (Tue, 25 Aug 2015)
Log Message:
-----------
missing pkgconfig

Modified Paths:
--------------
    trunk/editors/emacs/Makefile

Modified: trunk/editors/emacs/Makefile
===================================================================
--- trunk/editors/emacs/Makefile	2015-08-25 12:06:16 UTC (rev 20026)
+++ trunk/editors/emacs/Makefile	2015-08-25 12:12:17 UTC (rev 20027)
@@ -2,7 +2,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,7 +18,7 @@
 
 EMACS_VER=	24.2
 GNU_CONFIGURE=	yes
-USES=		gmake ncurses tar:xz
+USES=		gmake ncurses tar:xz pkgconfig
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--localstatedir=/var



More information about the Midnightbsd-cvs mailing list