diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-27 19:46:59 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-27 19:46:59 +0000 |
commit | 1b555806e7a98ca027feaa630b05192e5f9fef73 (patch) | |
tree | 21e51658cb770b1bb4e42ef539a2830c4d1c8842 /archivers/cxunzip | |
parent | 562973c281d98a5602f9c789fb01de15c0c35a4c (diff) | |
download | pkgsrc-1b555806e7a98ca027feaa630b05192e5f9fef73.tar.gz |
Remove dependancy on gnome1-dirs as discussed with wiz. This will be handled by gnome-libs.
Diffstat (limited to 'archivers/cxunzip')
-rw-r--r-- | archivers/cxunzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile index 36e7d64299e..dfb1ec1f439 100644 --- a/archivers/cxunzip/Makefile +++ b/archivers/cxunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/27 11:46:58 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/27 19:46:59 jmmv Exp $ DISTNAME= cxunzip-0.96 PKGREVISION= 1 @@ -15,6 +15,5 @@ GNU_CONFIGURE= yes USE_GMAKE= yes #USE_LIBTOOL= yes -.include "../../misc/gnome1-dirs/buildlink2.mk" .include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |