pkglint: move CONFLICTS where it belongs.
This commit is contained in:
parent
20221853d3
commit
7a062c3990
1 changed files with 3 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.7 1998/11/15 20:17:56 perry Exp $
|
||||
# $NetBSD: Makefile,v 1.8 1998/11/15 21:22:51 frueauf Exp $
|
||||
# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
|
||||
#
|
||||
|
||||
DISTNAME= guile-1.3
|
||||
CONFLICTS= guile-1.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= perry@piermont.com
|
||||
HOMEPAGE= http://www.gnu.org/software/guile/guile.html
|
||||
|
||||
CONFLICTS= guile-1.2
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ENV= CPPFLAGS="-Dunix" \
|
||||
|
|
Loading…
Reference in a new issue