diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 14:08:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 14:08:38 +0800 |
commit | a9a5fd7af85e69d0e54168ef792c4169f7a62484 (patch) | |
tree | f4888d0e43fd8171b771a7e93ef78660916eb1cf /devel/gconf2/Makefile | |
parent | 1d073ce4dff059e5bfb69910e1809f03e53feba9 (diff) | |
download | marcuscom-ports-a9a5fd7af85e69d0e54168ef792c4169f7a62484.tar marcuscom-ports-a9a5fd7af85e69d0e54168ef792c4169f7a62484.tar.gz marcuscom-ports-a9a5fd7af85e69d0e54168ef792c4169f7a62484.tar.bz2 marcuscom-ports-a9a5fd7af85e69d0e54168ef792c4169f7a62484.tar.lz marcuscom-ports-a9a5fd7af85e69d0e54168ef792c4169f7a62484.tar.xz marcuscom-ports-a9a5fd7af85e69d0e54168ef792c4169f7a62484.tar.zst marcuscom-ports-a9a5fd7af85e69d0e54168ef792c4169f7a62484.zip |
Fix a logic issue when trying to decide where to write the lock file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@591 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 14906290c..b4e314413 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -7,6 +7,8 @@ PORTNAME= gconf2 PORTVERSION= 2.3.1 +#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/2.3 |