diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2023-03-10 15:32:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2023-03-10 15:32:45 +0000 |
commit | 0611258e535df56f5407ae0e58421a20b6c6766f (patch) | |
tree | 84d1b7c49995abb2bd75b54669f43407997d258a | |
parent | 345272090c1216afd333c23a5b06494cb1961333 (diff) | |
download | ports-0611258e535df56f5407ae0e58421a20b6c6766f.tar.gz ports-0611258e535df56f5407ae0e58421a20b6c6766f.zip |
x11-toolkits/fpc-gtk2: fix PORTREVISION bump in fa81a4f5f8ed
This is a slave port, and it inherited PORTREVISION=3 before.
-rw-r--r-- | x11-toolkits/fpc-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/fpc-gtk2/Makefile b/x11-toolkits/fpc-gtk2/Makefile index 7b547bc20d72..91644400f71d 100644 --- a/x11-toolkits/fpc-gtk2/Makefile +++ b/x11-toolkits/fpc-gtk2/Makefile @@ -1,5 +1,5 @@ CATEGORIES= x11-toolkits lang -PORTREVISION= 1 +PORTREVISION= 4 PKGNAMESUFFIX= -gtk2 COMMENT= Free Pascal interface to the GTK2 libraries |