diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-10-27 23:46:11 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-10-27 23:46:11 +0800 |
commit | c5f85f28becc9c95783a5f1562ef5ba836e11c56 (patch) | |
tree | 479f7c1522fdd165062532092a401f5ac3426688 /security/fwbuilder/Makefile | |
parent | d8f96685d8778220252276bacc9737250e52db3f (diff) | |
download | freebsd-ports-gnome-c5f85f28becc9c95783a5f1562ef5ba836e11c56.tar.gz freebsd-ports-gnome-c5f85f28becc9c95783a5f1562ef5ba836e11c56.tar.zst freebsd-ports-gnome-c5f85f28becc9c95783a5f1562ef5ba836e11c56.zip |
Fix build on 4-stable
PR: ports/72808
Submitted by: maintainer
Diffstat (limited to 'security/fwbuilder/Makefile')
-rw-r--r-- | security/fwbuilder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 6600fc64afd1..252d9b9a5174 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -7,7 +7,7 @@ PORTNAME= fwbuilder PORTVERSION= 2.0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/ MASTER_SITE_SUBDIR= fwbuilder |