diff options
author | jedgar <jedgar@FreeBSD.org> | 2003-07-11 22:48:06 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2003-07-11 22:48:06 +0800 |
commit | 02198f2716e9f326dd71503984210e539a38b43d (patch) | |
tree | c1441c6d70c2f2543ca201e6747167dfdc766403 /sysutils | |
parent | d0ad0521885a76dfefcd30e32487527db6d2b5e3 (diff) | |
download | freebsd-ports-gnome-02198f2716e9f326dd71503984210e539a38b43d.tar.gz freebsd-ports-gnome-02198f2716e9f326dd71503984210e539a38b43d.tar.zst freebsd-ports-gnome-02198f2716e9f326dd71503984210e539a38b43d.zip |
Mark i386-only
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lmmon/Makefile | 2 | ||||
-rw-r--r-- | sysutils/wmlmmon/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index 60a53ec69aa5..db9c9ae69854 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.fxp.org/~jedgar/lmmon/ MAINTAINER= jedgar@FreeBSD.org COMMENT= Display information gathered from MB power management controller +ONLY_FOR_ARCHS= i386 + GNU_CONFIGURE= yes MAN8= lmmon.8 MANCOMPRESSED= yes diff --git a/sysutils/wmlmmon/Makefile b/sysutils/wmlmmon/Makefile index d11cb0834258..bece089c332d 100644 --- a/sysutils/wmlmmon/Makefile +++ b/sysutils/wmlmmon/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.fxp.org/~jedgar/wmlmmon/ MAINTAINER= jedgar@fxp.org COMMENT= WM dock app to display info from MB power management controllers +ONLY_FOR_ARCHS= i386 + USE_X_PREFIX= yes USE_XPM= yes |