diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-07-01 08:10:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-07-01 08:10:01 +0000 |
commit | 321e7ea5173330a9b7b52e6fb066ad6fc19a29a7 (patch) | |
tree | 5883d7639d00d10441f71b40df7c6e7ec57592b9 /devel/gcvs | |
parent | 42a4597718c8da1c1cfcb3dc7faf24cd01fb1355 (diff) | |
download | ports-321e7ea5173330a9b7b52e6fb066ad6fc19a29a7.tar.gz ports-321e7ea5173330a9b7b52e6fb066ad6fc19a29a7.zip |
Notes
Diffstat (limited to 'devel/gcvs')
-rw-r--r-- | devel/gcvs/Makefile | 10 | ||||
-rw-r--r-- | devel/gcvs/files/patch-cvsunix-lib-Makefile.in | 10 |
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index 53e0357728ff..74b38e285f35 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -38,12 +38,4 @@ MAN8= cvsbug.8 #USE_AUTOMAKE_VER= 14 #USE_AUTOCONF_VER= 213 -.include <bsd.port.pre.mk> - -.if exists(/usr/include/krb5.h) || exists(/usr/include/gssapi.h) -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/gcvs/files/patch-cvsunix-lib-Makefile.in b/devel/gcvs/files/patch-cvsunix-lib-Makefile.in new file mode 100644 index 000000000000..4dac1ed4b659 --- /dev/null +++ b/devel/gcvs/files/patch-cvsunix-lib-Makefile.in @@ -0,0 +1,10 @@ +--- cvsunix/lib/Makefile.in.orig Thu Nov 7 19:29:36 2002 ++++ cvsunix/lib/Makefile.in Tue Jul 1 04:38:17 2003 +@@ -200,6 +200,7 @@ + regex.o: regex.h + md5.o: md5.h + argmatch.o: cvsgui.h ++hostname.o: cvsgui.h + + xlint: + @echo xlint does nothing |