diff options
author | joerg <joerg> | 2007-02-02 17:13:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-02 17:13:56 +0000 |
commit | a7f1ada502f8dc66080803fa7711a9bd421e62b8 (patch) | |
tree | 23a22882b2d49c5bfc6d63a808445a3fa93574a3 /time | |
parent | 7307e015247b6284d84af59d0f770cda2730102e (diff) | |
download | pkgsrc-a7f1ada502f8dc66080803fa7711a9bd421e62b8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'time')
-rw-r--r-- | time/xalarm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/xalarm/Makefile b/time/xalarm/Makefile index 1ef6571cefc..893d57bc931 100644 --- a/time/xalarm/Makefile +++ b/time/xalarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/16 01:00:06 perry Exp $ +# $NetBSD: Makefile,v 1.11 2007/02/02 17:21:17 joerg Exp $ DISTNAME= xalarm-3.06 CATEGORIES= time @@ -53,5 +53,7 @@ pre-configure: -e 's|@KILL@|${KILL}|' ${FILESDIR}/fns.h.in > ${WRKSRC}/fns.h ${CP} ${FILESDIR}/XAlarm-color.ad ${WRKSRC}/ +.include "../../x11/libXp/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |