diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-31 08:37:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-31 08:37:19 +0000 |
commit | 95423c7d559a67134e9361aa7c08a79cb3b69ce2 (patch) | |
tree | a43dae899507b6872982c9089b1beaa556901e4a /devel/libgnugetopt/Makefile | |
parent | 781d812d9611d386054d44cda2d963616ae093c7 (diff) |
- Add CONFLICTS
PR: ports/64977 ports/64978
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes:
svn path=/head/; revision=105761
Diffstat (limited to 'devel/libgnugetopt/Makefile')
-rw-r--r-- | devel/libgnugetopt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile index 54a71bee690e..bc2ab06e31a0 100644 --- a/devel/libgnugetopt/Makefile +++ b/devel/libgnugetopt/Makefile @@ -20,6 +20,8 @@ MASTER_SITE_SUBDIR= lioux MAINTAINER= ports@FreeBSD.org COMMENT= GNU getopt library +CONFLICTS= freelibiberty-* + USE_BZIP2= yes INSTALLS_SHLIB= yes |