diff options
Diffstat (limited to 'sysutils/sge60/Makefile')
-rw-r--r-- | sysutils/sge60/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index fcd6a00c8fbf..230887e87a4f 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/Makefile @@ -7,7 +7,7 @@ PORTNAME= sge PORTVERSION= ${SGE_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils parallel MASTER_SITES= http://gridengine.sunsource.net/files/documents/7/51/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -30,6 +30,8 @@ OPTIONS= BDB "Use DB based spooler (currently broken)" off \ CONFLICTS= sge-5* sgeee-[0-9]* +EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff + .if !exists(/usr/include/sys/_pthreadtypes.h) EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff .endif |