New style *_DEPENDS.

This commit is contained in:
ajacoutot 2011-03-07 18:54:50 +00:00
parent cc29610abb
commit 304b67eef7
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2010/11/15 00:22:46 espie Exp $
# $OpenBSD: Makefile,v 1.20 2011/03/07 18:54:50 ajacoutot Exp $
COMMENT-main= display the phase of the Sun on a map of the Earth
COMMENT-maps= additional maps of the Earth for sunclock
@ -34,7 +34,7 @@ MULTI_PACKAGES+= -maps
PERMIT_PACKAGE_CDROM-maps= no license for additional maps
PERMIT_PACKAGE_FTP-maps= no license for additional maps
RUN_DEPENDS-maps= ::astro/sunclock
RUN_DEPENDS-maps= astro/sunclock
PKG_ARCH-maps= *
# GPL

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2010/10/18 20:52:10 espie Exp $
# $OpenBSD: Makefile,v 1.3 2011/03/07 18:54:50 ajacoutot Exp $
COMMENT= analyze terminal control sequences
@ -27,7 +27,7 @@ MAKE_FLAGS= AM_CFLAGS=""
USE_GROFF = Yes
.if ${FLAVOR:L:Mregress}
BUILD_DEPENDS= ::devel/check
BUILD_DEPENDS= devel/check
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2011/02/02 21:56:03 jakemsr Exp $
# $OpenBSD: Makefile,v 1.10 2011/03/07 18:54:51 ajacoutot Exp $
COMMENT-main = daemon for controlling APC UPSes
COMMENT-cgi = CGI scripts for web monitoring
@ -78,7 +78,7 @@ WANTLIB-x11 += GL X11-xcb Xxf86vm drm xcb-shm
.if ${FLAVOR:L:Msnmp}
CONFIGURE_ARGS += --enable-net-snmp
LIB_DEPENDS-main += ::net/net-snmp
LIB_DEPENDS-main += net/net-snmp
WANTLIB-main = ${WANTLIB} crypto netsnmp
.endif