diff options
author | sf <sf@FreeBSD.org> | 2001-03-09 03:39:07 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-09 03:39:07 +0800 |
commit | a58f35c1dfaf15ffaaa40201d8bf006ad349f694 (patch) | |
tree | f8b715ddf699888fbcfe028cb8be7924fe014c88 /graphics/xpaint/Makefile | |
parent | 1e607deb8d206b084f1edfd1be792af6d65ddbe3 (diff) | |
download | freebsd-ports-gnome-a58f35c1dfaf15ffaaa40201d8bf006ad349f694.tar.gz freebsd-ports-gnome-a58f35c1dfaf15ffaaa40201d8bf006ad349f694.tar.zst freebsd-ports-gnome-a58f35c1dfaf15ffaaa40201d8bf006ad349f694.zip |
fix usage of mkstemp().
PR: 25616
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 33dc5cd02d91..70b9ae773440 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -7,6 +7,7 @@ PORTNAME= xpaint PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://home.worldonline.dk/~torsten/xpaint/ \ ftp://ftp.win.ne.jp/pub/graphics/ |