diff options
author | asami <asami@FreeBSD.org> | 2000-08-03 15:59:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-03 15:59:31 +0800 |
commit | f963b9d59a81b7da6d33cb040282e1323af9a317 (patch) | |
tree | dde25553154d0bb53ab2e2a19f1c474139d7c516 /sysutils | |
parent | ec674d77dcc523c8702a28b4bd4aab5146111209 (diff) | |
download | freebsd-ports-gnome-f963b9d59a81b7da6d33cb040282e1323af9a317.tar.gz freebsd-ports-gnome-f963b9d59a81b7da6d33cb040282e1323af9a317.tar.zst freebsd-ports-gnome-f963b9d59a81b7da6d33cb040282e1323af9a317.zip |
USE_X_PREFIX should be before bsd.port.pre.mk include.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/asmon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile index d509ce41081a..eb0089b597e5 100644 --- a/sysutils/asmon/Makefile +++ b/sysutils/asmon/Makefile @@ -15,9 +15,10 @@ MAINTAINER= jack@germanium.xtalwind.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +USE_X_PREFIX= yes + .include <bsd.port.pre.mk> -USE_X_PREFIX= yes USE_GMAKE= yes ALL_TARGET= clean all |