diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-04-09 11:14:04 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-04-09 11:14:04 +0000 |
commit | 759a433b5b2c1cd0047e7c5c2389c1021bfe15c1 (patch) | |
tree | bdc7018d396e5711a84b8ed869f8cd2e7fdf721c /lang | |
parent | 3b661d3430dcca2f521a09a8d667c078d38ec06b (diff) | |
download | ports-759a433b5b2c1cd0047e7c5c2389c1021bfe15c1.tar.gz ports-759a433b5b2c1cd0047e7c5c2389c1021bfe15c1.zip |
lang/gfortran is gone; remove CONFLICTS.
Notes
Notes:
svn path=/head/; revision=189556
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc42/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 30ed325d1195..ee71600ab975 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -28,8 +28,6 @@ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo .endif -CONFLICTS?= gcc-withfortran-4.2.* - SUFFIX= 42 LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX} NOT_FOR_ARCHS= alpha ia64 |