diff options
Diffstat (limited to 'sysutils/wmflame/Makefile')
-rw-r--r-- | sysutils/wmflame/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/wmflame/Makefile b/sysutils/wmflame/Makefile index 976ae0c3d285..d6cc2e2abe8e 100644 --- a/sysutils/wmflame/Makefile +++ b/sysutils/wmflame/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmflame PORTVERSION= 0.60 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://web.novalis.org/programs/ @@ -17,8 +17,7 @@ COMMENT= A dockapp that shows the load average as a flame PLIST_FILES= bin/wmflame WRKSRC= ${WRKDIR}/wmflame.app/${PORTNAME} USE_GMAKE= yes -USE_XPM= yes -USE_X_PREFIX= yes +USE_XORG= x11 xpm do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmflame ${PREFIX}/bin |