mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Put BUILD_DEPENDS before other misc. variables.
This commit is contained in:
parent
335844128d
commit
7acba3d8ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2384
@ -3,7 +3,7 @@
|
||||
# Date created: 28 October 1995
|
||||
# Whom: pst
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1995/10/30 17:26:09 pst Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnats-3.2
|
||||
@ -11,6 +11,9 @@ CATEGORIES+= development
|
||||
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \
|
||||
ftp://ftp.uu.net/systems/gnu/
|
||||
|
||||
# we've got some .elc and info files to compile (yuck)
|
||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --with-full-gnats
|
||||
@ -23,7 +26,4 @@ CONFIGURE_ENV= SEND_PR=/usr/bin/false
|
||||
# just install gnats
|
||||
INSTALL_TARGET= install-gnats install-send-pr
|
||||
|
||||
# we've got some .elc and info files to compile (yuck)
|
||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user