mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
d09ed096c4
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).
Since commit 96c17633d9
Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.
This should not make any functional difference at all.
Discussed with: mat, linimon, pkubaj
20 lines
415 B
Makefile
20 lines
415 B
Makefile
# Created by: R Joseph Wright <rjoseph@mammalia.org>
|
|
|
|
PORTNAME= nurbs++
|
|
PORTVERSION= 3.0.11
|
|
PORTREVISION= 9
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/libnurbs/nurbs%2B%2B/${PORTVERSION}
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= C++ library to manipulate and create NURBS curves and surfaces
|
|
|
|
USES= libtool tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|