diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-15 17:08:53 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-15 17:08:53 +0000 |
commit | 1b989cb195cdaf9b1ab53b7e332f25af3936bf92 (patch) | |
tree | d1e5b6b61d041beb9fd32e880bbf5292190b99b3 /devel/cproto/Makefile | |
parent | eb5b8ec8dc4be0502aefcf289e4c93c42628e890 (diff) |
- Update to 4.7c
PR: ports/78877
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=131314
Diffstat (limited to 'devel/cproto/Makefile')
-rw-r--r-- | devel/cproto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 1bdae9442a9d..816ba9a6a148 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cproto -PORTVERSION= 4.7b +PORTVERSION= 4.7c CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/} @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generate C function prototypes and convert function definitions GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= cproto.1 PLIST_FILES= bin/cproto |