diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /net | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/cnet/Makefile | 4 | ||||
-rw-r--r-- | net/link-monitor-applet/Makefile | 1 | ||||
-rw-r--r-- | net/vnc2swf/Makefile | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile index bef583008209..c02f80608935 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -9,7 +9,7 @@ PORTNAME= cnet PORTVERSION= 2.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net tcl84 tk84 MASTER_SITES= http://www.csse.uwa.edu.au/cnet/ \ ftp://ftp.giga.net.tw/OS/FreeBSD/distfiles/ \ @@ -21,7 +21,7 @@ COMMENT= A networking simulator LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 -USE_XPM= yes +USE_XORG= xpm USE_GMAKE= yes ALL_TARGET= # empty MAN1= cnet.1 diff --git a/net/link-monitor-applet/Makefile b/net/link-monitor-applet/Makefile index 107279bb2d28..d85dcc7329a6 100644 --- a/net/link-monitor-applet/Makefile +++ b/net/link-monitor-applet/Makefile @@ -17,7 +17,6 @@ COMMENT= A GNOME applet displaying the round-trip time to one or more hosts LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP -USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnomepanel eel2 librsvg2 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/net/vnc2swf/Makefile b/net/vnc2swf/Makefile index b3402b8865bc..9268cfcbd4c0 100644 --- a/net/vnc2swf/Makefile +++ b/net/vnc2swf/Makefile @@ -7,7 +7,7 @@ PORTNAME= vnc2swf PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.unixuser.org/~euske/${PORTNAME}/ \ ftp://ftp.rewt.org.uk/pub/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.unixuser.org/~euske/${PORTNAME}/ \ MAINTAINER= joe@joeholden.co.uk COMMENT= VNC Session Recorder to SWF Flash (Movie) format -USE_X_PREFIX= yes +USE_XORG= xmu x11 xi xaw USE_GMAKE= yes GNU_CONFIGURE= yes |