svn commit: r326705 - in head/astro: astrometry gkrellmoon2 gpscorrelate
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 8 08:12:27 UTC 2013
Author: antoine
Date: Sun Sep 8 08:12:26 2013
New Revision: 326705
URL: http://svnweb.freebsd.org/changeset/ports/326705
Log:
Add an explicit dependency on pkgconf
Obtained from: portmgr (bapt)
Modified:
head/astro/astrometry/Makefile
head/astro/gkrellmoon2/Makefile
head/astro/gpscorrelate/Makefile
Modified: head/astro/astrometry/Makefile
==============================================================================
--- head/astro/astrometry/Makefile Sun Sep 8 07:03:32 2013 (r326704)
+++ head/astro/astrometry/Makefile Sun Sep 8 08:12:26 2013 (r326705)
@@ -18,7 +18,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy
-USES= gmake
+USES= gmake pkgconfig
USE_PYTHON= 2.5+
ALL_TARGET= all extra
MAKE_ENV= INSTALL_DIR=${PREFIX}/astrometry
Modified: head/astro/gkrellmoon2/Makefile
==============================================================================
--- head/astro/gkrellmoon2/Makefile Sun Sep 8 07:03:32 2013 (r326704)
+++ head/astro/gkrellmoon2/Makefile Sun Sep 8 08:12:26 2013 (r326705)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gkrellmoon2
-# Date Created: Wed Aug 25 13:18:39 CEST 2004
-# Whom: Jan Srzednicki <w at wrzask.pl>
-#
+# Created by: Jan Srzednicki <w at wrzask.pl>
# $FreeBSD$
-#
PORTNAME= gkrellmoon2
PORTVERSION= 0.6
@@ -18,6 +14,7 @@ COMMENT= A moon clock plugin for Gkrellm
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
+USES= pkgconfig
USE_GNOME= gtk20
ALL_TARGET= gkrellmoon.so
Modified: head/astro/gpscorrelate/Makefile
==============================================================================
--- head/astro/gpscorrelate/Makefile Sun Sep 8 07:03:32 2013 (r326704)
+++ head/astro/gpscorrelate/Makefile Sun Sep 8 08:12:26 2013 (r326705)
@@ -22,7 +22,7 @@ USE_GITHUB= yes
GH_ACCOUNT= freefoote
GH_COMMIT= a36646b
-USES= gmake
+USES= gmake pkgconfig
USE_GNOME= libxml2
MAN1= gpscorrelate.1
More information about the svn-ports-head
mailing list