aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-11 14:25:14 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-11 14:25:14 +0800
commit43ec8a55a0d41b3f8a1b0fb655b771a933c84714 (patch)
treec4151ac11403281b57d5ef446647feba229fbca0
parentbf5e5d2c3a3fbacc014df3fabee279c5b8f11c69 (diff)
downloadfreebsd-ports-gnome-43ec8a55a0d41b3f8a1b0fb655b771a933c84714.tar.gz
freebsd-ports-gnome-43ec8a55a0d41b3f8a1b0fb655b771a933c84714.tar.zst
freebsd-ports-gnome-43ec8a55a0d41b3f8a1b0fb655b771a933c84714.zip
1: Stagify.
2: new format of LIB_DEPENDS.
-rw-r--r--sysutils/aimage/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/aimage/Makefile b/sysutils/aimage/Makefile
index c41209f4f1e0..ddafb6ef350d 100644
--- a/sysutils/aimage/Makefile
+++ b/sysutils/aimage/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://digitalcorpora.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Advanced Disk Imager
-LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib
+LIB_DEPENDS= libafflib.so:${PORTSDIR}/sysutils/afflib
USE_OPENSSL= yes
USES= gmake
@@ -17,5 +17,4 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/aimage
-NO_STAGE= yes
.include <bsd.port.mk>