diff options
author | pav <pav@FreeBSD.org> | 2004-05-02 20:03:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-02 20:03:03 +0800 |
commit | 8c4a825db764215fe5d930a4e0bf8c953fd1b2ba (patch) | |
tree | dbdc365efcdbea12b992c612fb41df729511fd36 /databases/gadfly/Makefile | |
parent | e18f00850a30d3d144b5d98f0a14838adaaac1d8 (diff) | |
download | freebsd-ports-gnome-8c4a825db764215fe5d930a4e0bf8c953fd1b2ba.tar.gz freebsd-ports-gnome-8c4a825db764215fe5d930a4e0bf8c953fd1b2ba.tar.zst freebsd-ports-gnome-8c4a825db764215fe5d930a4e0bf8c953fd1b2ba.zip |
- Add patch for gfplus to fix startup because superclass init is not called
- Add patch for gfserver to fix runtime
PR: ports/66088
Submitted by: Radim Kolar <hsn@netmag.cz>
Diffstat (limited to 'databases/gadfly/Makefile')
-rw-r--r-- | databases/gadfly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/gadfly/Makefile b/databases/gadfly/Makefile index b622a441a56d..7d826029b36f 100644 --- a/databases/gadfly/Makefile +++ b/databases/gadfly/Makefile @@ -7,6 +7,7 @@ PORTNAME= gadfly PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gadfly |