diff options
author | asami <asami@FreeBSD.org> | 1995-11-02 16:07:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-02 16:07:29 +0800 |
commit | d23fe445f7fb40fdb23c31f74728f335e846c5c0 (patch) | |
tree | b30230a8d5d7b2e00f6428b6fd324e204ba0d89f /databases/gnats | |
parent | 06061b2758d4e97ea566782a6fe85f556dd7eb6f (diff) | |
download | freebsd-ports-gnome-d23fe445f7fb40fdb23c31f74728f335e846c5c0.tar.gz freebsd-ports-gnome-d23fe445f7fb40fdb23c31f74728f335e846c5c0.tar.zst freebsd-ports-gnome-d23fe445f7fb40fdb23c31f74728f335e846c5c0.zip |
Put BUILD_DEPENDS before other misc. variables.
Diffstat (limited to 'databases/gnats')
-rw-r--r-- | databases/gnats/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 9df6dfd1e6f2..0f43530d54fe 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -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> |