summaryrefslogtreecommitdiff
path: root/devel/ups-debug/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-16 20:48:34 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-16 20:48:34 +0000
commit1e1a8abab1815aac44069e353a81f5f614e57f7c (patch)
tree779a6eac3e2203671f88388ba28fb81a5cb7944e /devel/ups-debug/Makefile
parentFix building problems on a.out systems (diff)
Dist patch fixes problems on 2.2.x.
Diffstat (limited to '')
-rw-r--r--devel/ups-debug/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile
index a6796049f532..d2ffaaf70f33 100644
--- a/devel/ups-debug/Makefile
+++ b/devel/ups-debug/Makefile
@@ -9,19 +9,23 @@
DISTNAME= ups-3.32
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
+ ftp://unix.hensa.ac.uk/pub/misc/unix/ups/ \
+ http://www.concerto.demon.co.uk/UPS/
MASTER_SITE_SUBDIR= utilities
+PATCHFILES= rga-332-patch-17jul98.txt
+PATCH_SITES= http://www.concerto.demon.co.uk/UPS/
+
MAINTAINER= obrien@FreeBSD.org
OSVERSION!= sysctl -n kern.osreldate
.if ${OSVERSION} >= 300000
BROKEN= "During build: Libvar_addrs[0] is not constant"
-.else
-BROKEN= "xc_builtins.c cannot find X11/Xlib.h"
.endif
-ALL_TARGET= ups ups
+USE_GMAKE= yes
+ALL_TARGET= ups
MAN1= ups.1
.include <bsd.port.mk>