mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Enable line-edit (works fine on -STABLE & -CURRENT)
- Bump PORTREVISION - Grab maintainership PR: 60323 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
parent
988c134834
commit
cc99e9bc64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96044
@ -7,11 +7,12 @@
|
||||
|
||||
PORTNAME= gprolog
|
||||
PORTVERSION= 1.2.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
|
||||
COMMENT= A free Prolog compiler
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
@ -22,7 +23,7 @@ USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOCONF_VER= 253
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-linedit --with-c-flags="${CFLAGS}"
|
||||
CONFIGURE_ARGS= --with-c-flags="${CFLAGS}"
|
||||
|
||||
PLIST_SUB+= GPROLOG_VER=${PORTVERSION}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user