diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-08-07 15:08:21 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-08-07 15:08:21 +0800 |
commit | ba493b2153ec5090e408a3b4a94234475baa85d0 (patch) | |
tree | bd23952f415f9f5cc951598711957343c8af45d7 /sysutils/sge61 | |
parent | 1d8a8715ee9b6e19158def764ab7febad0e0d6c2 (diff) | |
download | freebsd-ports-gnome-ba493b2153ec5090e408a3b4a94234475baa85d0.tar.gz freebsd-ports-gnome-ba493b2153ec5090e408a3b4a94234475baa85d0.tar.zst freebsd-ports-gnome-ba493b2153ec5090e408a3b4a94234475baa85d0.zip |
Add CONFLICTS to devel/sge.
Diffstat (limited to 'sysutils/sge61')
-rw-r--r-- | sysutils/sge61/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index 3f2835697361..48bb491694e0 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -28,7 +28,7 @@ OPTIONS= BDB "Use DB based spooler (currently broken)" off \ DRMAA "Support the Java DRMAA API (requires native Java)" on \ QMON "Qmon support (requires X and Motif)" on -CONFLICTS= sge-5* sgeee-[0-9]* +CONFLICTS= sge-5* sgeee-[0-9]* sge-0.* EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff |