diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-18 02:47:56 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-18 02:47:56 +0800 |
commit | e38195ff4fd8d887f3d30aa0513ab02d4eb112f6 (patch) | |
tree | 4083c76343fdf78bb92db43cd90e4b21c8347faf /x11-clocks | |
parent | a972e0752f416c0521265eb6b9c2379b86939e0f (diff) | |
download | freebsd-ports-gnome-e38195ff4fd8d887f3d30aa0513ab02d4eb112f6.tar.gz freebsd-ports-gnome-e38195ff4fd8d887f3d30aa0513ab02d4eb112f6.tar.zst freebsd-ports-gnome-e38195ff4fd8d887f3d30aa0513ab02d4eb112f6.zip |
- set USE_XORG
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 |