diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-02 15:43:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-02 15:43:09 +0000 |
commit | 446f58421a7720ae08c28663fe33b220fa414371 (patch) | |
tree | fc5fa9c2b78d8bec43c5846719549002a059158d /x11 | |
parent | 73f6e21e63d32dc8be86b780ad13bf8592fcdbda (diff) | |
download | pkgsrc-446f58421a7720ae08c28663fe33b220fa414371.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/aterm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile index 026adc6fb73..750b81e8c5a 100644 --- a/x11/aterm/Makefile +++ b/x11/aterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/06/02 12:48:17 recht Exp $ +# $NetBSD: Makefile,v 1.17 2004/06/02 15:43:09 minskim Exp $ # DISTNAME= aterm-0.4.2 @@ -10,6 +10,8 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://aterm.sourceforge.net/ COMMENT= Aterm (Afterstep XVT) - a VT102 emulator for the X window system +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_X11= YES |