diff options
author | kris <kris@FreeBSD.org> | 2002-10-20 06:29:07 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-20 06:29:07 +0800 |
commit | 192f02b3130a85f591f075a4f5048d117d0f1b7a (patch) | |
tree | 79ef5bb8b0ba85efa5bdad4284dd60b350b2b3b1 /textproc/opensched/Makefile | |
parent | 08b33baa91c4b993486ba5d8baadb31bde72a8cd (diff) | |
download | freebsd-ports-gnome-192f02b3130a85f591f075a4f5048d117d0f1b7a.tar.gz freebsd-ports-gnome-192f02b3130a85f591f075a4f5048d117d0f1b7a.tar.zst freebsd-ports-gnome-192f02b3130a85f591f075a4f5048d117d0f1b7a.zip |
Respect CC and CFLAGS, and fix a bug involving use of uninitialized
memory after malloc (causes coredump on -current)
Diffstat (limited to 'textproc/opensched/Makefile')
-rw-r--r-- | textproc/opensched/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index cc668f60f253..3a8998e9932d 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -7,6 +7,7 @@ PORTNAME= opensched PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.m-tech.ab.ca/download/sched/ DISTNAME= ${PORTNAME}-${PORTVERSION} |