diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-22 07:07:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-22 07:07:44 +0000 |
commit | 5cf6e005ae6f57c5791f2e064d0108d8322c4ea4 (patch) | |
tree | 9799f3edc34805ddab67088bc759c4bb757c43ba /net/gnomenettool | |
parent | a39f5ffcf4d75856142b43455ea7c847c9791213 (diff) | |
download | ports-5cf6e005ae6f57c5791f2e064d0108d8322c4ea4.tar.gz ports-5cf6e005ae6f57c5791f2e064d0108d8322c4ea4.zip |
Notes
Diffstat (limited to 'net/gnomenettool')
-rw-r--r-- | net/gnomenettool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile index d5d6cfb34330..4e806e0d0ef9 100644 --- a/net/gnomenettool/Makefile +++ b/net/gnomenettool/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomenettool PORTVERSION= 0.99.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -24,6 +25,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CFLAGS+= -DHAVE_SOCKADDR_SA_LEN post-install: ${MKDIR} ${PREFIX}/share/gnome/pixmaps |