diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-12-14 10:53:29 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-12-14 10:53:29 +0800 |
commit | 9a79f1438639374b1a4b47d3d1151cb535319ef4 (patch) | |
tree | 11260c3eec91c4f0ae56c7712c22a16f9d26192e /graphics/Makefile | |
parent | b1f5c38cd372c7d3cf995eea984d3878a07ecf26 (diff) | |
download | freebsd-ports-gnome-9a79f1438639374b1a4b47d3d1151cb535319ef4.tar.gz freebsd-ports-gnome-9a79f1438639374b1a4b47d3d1151cb535319ef4.tar.zst freebsd-ports-gnome-9a79f1438639374b1a4b47d3d1151cb535319ef4.zip |
add libqrencode 1.0.0
A C library for encoding data in a QR Code symbol
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b22abf4adc06..bfca756abc8d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -365,6 +365,7 @@ SUBDIR += libpano12 SUBDIR += libpcd SUBDIR += libqglviewer + SUBDIR += libqrencode SUBDIR += librsvg SUBDIR += librsvg2 SUBDIR += libsvg |