diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /net | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnetmon/Makefile | 5 | ||||
-rw-r--r-- | net/xisp/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/wmnetmon/Makefile b/net/wmnetmon/Makefile index 019a920797bc..d36a49376d51 100644 --- a/net/wmnetmon/Makefile +++ b/net/wmnetmon/Makefile @@ -7,15 +7,14 @@ PORTNAME= wmnetmon PORTVERSION= 0.2p5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net windowmaker MASTER_SITES= http://www.linuks.mine.nu/dockapps/ MAINTAINER= xride@FreeBSD.org COMMENT= A host availability monitor intended for the WindowMaker dock -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes BINMODE= 4755 diff --git a/net/xisp/Makefile b/net/xisp/Makefile index 3e60ed77a34e..e7cd5b88cd61 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -7,7 +7,7 @@ PORTNAME= xisp PORTVERSION= 2.7p4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://xisp.hellug.gr/release/ @@ -18,8 +18,7 @@ COMMENT= A user-friendly X interface to pppd/chat LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= xpm MAKE_ENV+= CCFLAGS="${CFLAGS}" |