diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:22:08 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 18:22:08 +0000 |
commit | 47fe72db7d32545358eb2b81f699db8ddb211792 (patch) | |
tree | 2c01522b7c5118d0a8044fe975dd959addbf7690 | |
parent | b092209009a56e891033201d0a80e71339f93b27 (diff) | |
download | ports-47fe72db7d32545358eb2b81f699db8ddb211792.tar.gz ports-47fe72db7d32545358eb2b81f699db8ddb211792.zip |
devel/libast: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/libast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index cddcc3bcf5d3..28f7de700095 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -20,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= libtool pathfix +USES= cpe libtool pathfix .if defined(MACHINE_CPU) && ${MACHINE_CPU:Mmmx} CONFIGURE_ARGS+=--enable-mmx |