svn commit: r325653 - head/audio/enscribe
Baptiste Daroussin
bapt at FreeBSD.org
Fri Aug 30 01:59:59 UTC 2013
Author: bapt
Date: Fri Aug 30 01:59:58 2013
New Revision: 325653
URL: http://svnweb.freebsd.org/changeset/ports/325653
Log:
Add an explicit dependency on pkgconf
Trim header
Modified:
head/audio/enscribe/Makefile
Modified: head/audio/enscribe/Makefile
==============================================================================
--- head/audio/enscribe/Makefile Fri Aug 30 01:58:16 2013 (r325652)
+++ head/audio/enscribe/Makefile Fri Aug 30 01:59:58 2013 (r325653)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: enscribe
-# Date created: 15 Jul 2004
-# Whom: Jean-Yves Lefort <jylefort at brutele.be>
-#
+# Created by: Jean-Yves Lefort <jylefort at brutele.be>
# $FreeBSD$
-#
PORTNAME= enscribe
PORTVERSION= 0.1.0
@@ -21,6 +17,8 @@ LIB_DEPENDS= sndfile:${PORTSDIR}/audio/l
png15:${PORTSDIR}/graphics/png \
freetype:${PORTSDIR}/print/freetype2
+USES= pkgconfig
+
LICENSE= GPLv2
PORTDOCS= README
More information about the svn-ports-all
mailing list