diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 18:47:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-17 18:47:56 +0000 |
commit | 338b460cacff49dac7c2cf7f222f55cff8476429 (patch) | |
tree | 3742a8795413521608551838c6156ade3c022942 /x11-clocks | |
parent | 56d2c98f855a6e3b9d82703aeb195df00def95f5 (diff) | |
download | ports-338b460cacff49dac7c2cf7f222f55cff8476429.tar.gz ports-338b460cacff49dac7c2cf7f222f55cff8476429.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/asclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile index ef9416489b1f..37fe0a518c4d 100644 --- a/x11-clocks/asclock/Makefile +++ b/x11-clocks/asclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= asclock PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks afterstep MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -20,7 +20,7 @@ COMMENT= Afterstep clock with some language extensions CONFLICTS= asclock-gtk-[0-9]* asclock-xlib-[0-9]* USE_IMAKE= yes -USE_XPM= yes +USE_XORG= xpm xext x11 MAN1= asclock.1 PLIST_FILES= bin/asclock |