summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/zint/Makefile3
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>