diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-13 21:17:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-13 21:17:18 +0000 |
commit | 8d68bb3e27b5b2854598dd4a97fd6d533bb79b73 (patch) | |
tree | 41022c5d37af91c1d7771a181c8c0044d177f988 /comms/bpl+/Makefile | |
parent | transfig run-depends on ghostscript. (diff) |
Use mkstemp() for tempfile handling instead of tmpnam() [1]
Respect CC and CFLAGS. Bump PORTREVISION.
Obtained from: OpenBSD [1]
Diffstat (limited to 'comms/bpl+/Makefile')
-rw-r--r-- | comms/bpl+/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index 4751ee591881..573b7fd493d9 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -7,6 +7,7 @@ PORTNAME= bpl+ PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= max |