diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-20 22:25:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-20 22:25:45 +0000 |
commit | fb355f445d842ac0dd8744811117b96261d01b82 (patch) | |
tree | 31bc4bb13896bdc9c44a493983faf679745af5bc /graphics | |
parent | 3215ff4d7fd1939165d400829cf3fa95f5078922 (diff) | |
download | pkgsrc-fb355f445d842ac0dd8744811117b96261d01b82.tar.gz |
USE_LIBTOOL=yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kbarcode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kbarcode/Makefile b/graphics/kbarcode/Makefile index 138018a9c79..9b33b56aa1a 100644 --- a/graphics/kbarcode/Makefile +++ b/graphics/kbarcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/12/27 13:54:58 seb Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/20 22:25:45 joerg Exp $ DISTNAME= kbarcode-1.8.1 PKGREVISION= 2 @@ -12,6 +12,7 @@ COMMENT= KDE barcode and label printing application USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake gs:run USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes DEPENDS+= barcode-[0-9]*:../../graphics/barcode |