diff options
author | gerald <gerald@FreeBSD.org> | 2005-12-22 05:14:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-12-22 05:14:08 +0800 |
commit | e83f6d709793d477d1cc4852df5727cd1567a8eb (patch) | |
tree | 9bf20da98ed6198cc0bf0506507ac93dd8846d25 /lang/gcc34/Makefile | |
parent | f3238483ec63ef31edbcb5cfdb1f43ad04b8c683 (diff) | |
download | freebsd-ports-graphics-e83f6d709793d477d1cc4852df5727cd1567a8eb.tar.gz freebsd-ports-graphics-e83f6d709793d477d1cc4852df5727cd1567a8eb.tar.zst freebsd-ports-graphics-e83f6d709793d477d1cc4852df5727cd1567a8eb.zip |
Install the .info files of the lang/gcc42 port in a port-specific
subdirectory, which allows us to remove the conflicts with lang/gcc33
and lang/gcc34.
Dedicated to: obrien
Diffstat (limited to 'lang/gcc34/Makefile')
-rw-r--r-- | lang/gcc34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index d83d82b8860..173a120b793 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -23,7 +23,7 @@ DISTFILES= \ MAINTAINER?= gerald@FreeBSD.org COMMENT?= GNU Compiler Collection 3.4 -CONFLICTS= gcc-4.0.* gcc-4.1.* gcc-4.2.* +CONFLICTS= gcc-4.0.* gcc-4.1.* LATEST_LINK?= gcc34${PKGNAMESUFFIX} USE_BISON= yes USE_BZIP2= yes |