diff options
author | petef <petef@FreeBSD.org> | 2002-08-26 08:38:09 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-08-26 08:38:09 +0800 |
commit | 273de49718c8bf294192b24ae40eaee649ca2a7a (patch) | |
tree | c02059c4704130f1e98b80d03e179d0c1a403b15 /x11-wm/afterstep-i18n | |
parent | d42d7fc88ae4009aa24a8975573393313adae7a1 (diff) | |
download | freebsd-ports-gnome-273de49718c8bf294192b24ae40eaee649ca2a7a.tar.gz freebsd-ports-gnome-273de49718c8bf294192b24ae40eaee649ca2a7a.tar.zst freebsd-ports-gnome-273de49718c8bf294192b24ae40eaee649ca2a7a.zip |
Don't install our own copy of asclock, depend on the one from the
x11-clocks/asclock port.
PR: 39441
Diffstat (limited to 'x11-wm/afterstep-i18n')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/files/patch-ae | 14 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/pkg-plist | 1 |
3 files changed, 14 insertions, 6 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 3ad3bc249542..ed5c20b16672 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -27,14 +27,15 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org +RUN_DEPENDS= asclock:${PORTSDIR}/x11-clocks/asclock + DIST_SUBDIR= afterstep USE_X_PREFIX= yes USE_XPM= yes USE_IMAKE= yes INSTALL_TARGET= install install.man MANCOMPRESSED= yes -MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 \ - Pager.1 Wharf.1 +MAN1= afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 AFTERSTEPDIR= ${PREFIX}/lib/X11/afterstep ICONDIR= ${PREFIX}/include/X11/pixmaps diff --git a/x11-wm/afterstep-i18n/files/patch-ae b/x11-wm/afterstep-i18n/files/patch-ae index 171242761a1b..b5597be33a39 100644 --- a/x11-wm/afterstep-i18n/files/patch-ae +++ b/x11-wm/afterstep-i18n/files/patch-ae @@ -1,6 +1,14 @@ ---- Imakefile.orig Sun Mar 9 23:03:27 1997 -+++ Imakefile Tue Sep 19 14:05:36 2000 -@@ -28,4 +28,4 @@ +--- Imakefile.orig Sun Mar 9 07:03:27 1997 ++++ Imakefile Sun Aug 25 18:27:44 2002 +@@ -18,7 +18,6 @@ + modules/Wharf \ + modules/Banner \ + modules/Pager \ +- modules/asclock \ + modules/Animate + + SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS) +@@ -28,4 +27,4 @@ MakeSubdirs($(SUBDIRS)) /* Doesn't work for me! */ diff --git a/x11-wm/afterstep-i18n/pkg-plist b/x11-wm/afterstep-i18n/pkg-plist index a1d50d99fee7..adba01ff20b3 100644 --- a/x11-wm/afterstep-i18n/pkg-plist +++ b/x11-wm/afterstep-i18n/pkg-plist @@ -1,5 +1,4 @@ bin/afterstep -bin/asclock lib/X11/afterstep/Animate lib/X11/afterstep/Audio lib/X11/afterstep/Auto |