diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-25 11:43:58 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-25 11:43:58 +0000 |
commit | 5bb578428d08b4b50287f2488823ced1b7b68c4e (patch) | |
tree | 8b856f49e6c4ba430b30a64bb7364d1f5010d992 /devel | |
parent | o Forced commit message to correct previous one (diff) |
Remove deprecated USE_SIZE
Notes
Notes:
svn path=/head/; revision=125124
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtai/Makefile | 1 | ||||
-rw-r--r-- | devel/linux-understand_ada/Makefile | 1 | ||||
-rw-r--r-- | devel/linux-understand_c/Makefile | 1 | ||||
-rw-r--r-- | devel/linux-understand_java/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile index db60118195b3..a996d3eb8b57 100644 --- a/devel/libtai/Makefile +++ b/devel/libtai/Makefile @@ -17,7 +17,6 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A library for storing and manipulating dates and times in second/attosecond USE_REINPLACE= yes -USE_SIZE= yes ALL_TARGET= it INSTALLS_SHLIB= yes diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile index 23e5d43f2d5b..1e183c104497 100644 --- a/devel/linux-understand_ada/Makefile +++ b/devel/linux-understand_ada/Makefile @@ -18,7 +18,6 @@ COMMENT= Understand can parse a Ada project helping reverse engineer it ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_SIZE= yes NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index 6c4fa68327f6..e756735380d5 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -19,7 +19,6 @@ COMMENT= Understand can parse a C/C++ project helping reverse engineer it ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_SIZE= yes NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/devel/linux-understand_java/Makefile b/devel/linux-understand_java/Makefile index 4ea8e210ed28..795b9ae39c30 100644 --- a/devel/linux-understand_java/Makefile +++ b/devel/linux-understand_java/Makefile @@ -18,7 +18,6 @@ COMMENT= Understand can parse a Java project helping reverse engineer it ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_SIZE= yes NO_WRKSUBDIR= yes NO_BUILD= yes |