diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-16 16:15:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-16 16:15:01 +0000 |
commit | d6637c9fbfd2c538764c605bba5f2b9cd6b5db7a (patch) | |
tree | 58b83a968e0a69f829d2ccc7a24638772306efef /graphics/zint | |
parent | 6dedb38d6f6d399561222d37dbb982897bfe0c6e (diff) |
Notes
Diffstat (limited to 'graphics/zint')
-rw-r--r-- | graphics/zint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile index f349c38fd42a..9aa708f36e2b 100644 --- a/graphics/zint/Makefile +++ b/graphics/zint/Makefile @@ -12,7 +12,7 @@ COMMENT= Zint Barcode Generator LICENSE= GPLv3 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= cmake USE_LDCONFIG= yes @@ -20,5 +20,4 @@ USE_QT4= gui xml qmake_build uic_build moc_build rcc_build designer DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false -NO_STAGE= yes .include <bsd.port.mk> |