diff options
author | krion <krion@FreeBSD.org> | 2004-09-03 16:12:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-09-03 16:12:18 +0800 |
commit | 059830ccb8b281009208bcc13833b5043f3d77e4 (patch) | |
tree | 6a4e078124b50198e65fccc955aadc30f4a95f8f /lang/yap/Makefile | |
parent | 2e163c3a1a0b7aee6c0ab6fcf08b19502952f443 (diff) | |
download | freebsd-ports-gnome-059830ccb8b281009208bcc13833b5043f3d77e4.tar.gz freebsd-ports-gnome-059830ccb8b281009208bcc13833b5043f3d77e4.tar.zst freebsd-ports-gnome-059830ccb8b281009208bcc13833b5043f3d77e4.zip |
Update to version 4.5.2
PR: ports/71299
Submitted by: Ports Fury
Diffstat (limited to 'lang/yap/Makefile')
-rw-r--r-- | lang/yap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 93aca17ce0c5..692c41ccde99 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -7,7 +7,7 @@ # PORTNAME= yap -PORTVERSION= 4.4.4 +PORTVERSION= 4.5.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ COMMENT= A high-performance Prolog compiler LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |