diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-12 18:10:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-12 18:10:14 +0000 |
commit | 3dfb098f1527453611a4608cdfdb7f5a71150742 (patch) | |
tree | 14edd6b193fed81116dd97dedb4e0a809e353959 /misc/gperiodic | |
parent | 7d04de62b8ed0459d47a7ae9fb882914505108f1 (diff) | |
download | pkgsrc-3dfb098f1527453611a4608cdfdb7f5a71150742.tar.gz |
Buildlinkify.
Diffstat (limited to 'misc/gperiodic')
-rw-r--r-- | misc/gperiodic/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile index c7396ae5241..3f142d9af6e 100644 --- a/misc/gperiodic/Makefile +++ b/misc/gperiodic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/04/02 18:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/12/12 18:13:25 wiz Exp $ # DISTNAME= gperiodic-1.2.6 @@ -11,13 +11,13 @@ HOMEPAGE= http://gperiodic.seul.org/ COMMENT= Displays a periodic table of the elements BUILD_USES_MSGFMT= yes -DEPENDS+= gtk+-1.2.*:../../x11/gtk GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBINTL= yes USE_X11BASE= yes +USE_BUILDLINK_ONLY= yes + pre-configure: .for f in config.cache config.h config.log config.status ${RM} -f ${WRKSRC}/$f @@ -26,4 +26,7 @@ pre-configure: post-install: ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1/ +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |