diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-01 00:43:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-01 00:43:00 +0000 |
commit | b8b434ce7b2c179bc206eea09e25f9e6ad5990f6 (patch) | |
tree | 0fbb95f4377ed44bed8af06ffe35799a3452ef6d /misc/xiphos/Makefile | |
parent | f36daaf2778074ed3f1d16d16594dddf0facca48 (diff) | |
download | FreeBSD-ports-b8b434ce7b2c179bc206eea09e25f9e6ad5990f6.zip FreeBSD-ports-b8b434ce7b2c179bc206eea09e25f9e6ad5990f6.tar.gz |
Use a better fix for the gcc-2.95.x variable initialization problem.
Obtained from: gnomesword CVS
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 4c17512..3072246 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomesword PORTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |