diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-09 20:34:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-09 20:34:03 +0000 |
commit | ca4878f256c2afbbd09efa34cd084ee907ecbe32 (patch) | |
tree | 9fb5121d0d2e2349d4337fa347fa907950dbcbc3 /x11/xnee/Makefile | |
parent | cef8255f8cc57f3ddf4a6f89bc28ee283b13e01e (diff) |
Fix bugs that caused program to dump core.
PR: 48012
Submitted by: Volker Stolz <stolz@fump.kawo2.rwth-aachen.de>
Notes
Notes:
svn path=/head/; revision=75212
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index e7fce25b57ee..02c4b30d09b5 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -7,6 +7,7 @@ PORTNAME= xnee PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |