diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-24 10:02:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-24 10:02:46 +0800 |
commit | 240a48fb9c2cf71958a464320d6bffb5a1c9efd9 (patch) | |
tree | cd26595df069576cc4e2884f816f4e34a29e7381 /net/gnome-nettool/Makefile | |
parent | 46bdd9432f15cd3609565b632dfcc625599fc90e (diff) | |
download | marcuscom-ports-240a48fb9c2cf71958a464320d6bffb5a1c9efd9.tar marcuscom-ports-240a48fb9c2cf71958a464320d6bffb5a1c9efd9.tar.gz marcuscom-ports-240a48fb9c2cf71958a464320d6bffb5a1c9efd9.tar.bz2 marcuscom-ports-240a48fb9c2cf71958a464320d6bffb5a1c9efd9.tar.lz marcuscom-ports-240a48fb9c2cf71958a464320d6bffb5a1c9efd9.tar.xz marcuscom-ports-240a48fb9c2cf71958a464320d6bffb5a1c9efd9.tar.zst marcuscom-ports-240a48fb9c2cf71958a464320d6bffb5a1c9efd9.zip |
Use proper pointer types to fix crashes on 64-bit platforms.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6119 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool/Makefile')
-rw-r--r-- | net/gnome-nettool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index 3cdef8521..7f50723d0 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net/gnomenettool/Makefile,v 1.21 2006/04/10 17:02:59 mezz Exp $ +# $MCom: ports/net/gnomenettool/Makefile,v 1.22 2006/04/13 07:52:36 bland Exp $ # PORTNAME= gnomenettool PORTVERSION= 2.14.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} |