diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-21 07:14:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-21 07:14:46 +0800 |
commit | 7c05dc61975e302f254909c916855da727e8be6b (patch) | |
tree | aae9619644792b19b2ed945d864b5c9f952dbf6d /misc/gkrellmfmonitor | |
parent | 88130c343d1cb8eac4887d5513ba25d667aa3c09 (diff) | |
download | freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.tar.gz freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.tar.zst freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.zip |
USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate
USE_GNOME= imlib directives.
Diffstat (limited to 'misc/gkrellmfmonitor')
-rw-r--r-- | misc/gkrellmfmonitor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gkrellmfmonitor/Makefile b/misc/gkrellmfmonitor/Makefile index 01153968e297..60ca20c665fc 100644 --- a/misc/gkrellmfmonitor/Makefile +++ b/misc/gkrellmfmonitor/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOME= imlib do-install: ${MKDIR} ${PREFIX}/libexec/gkrellm/plugins |