diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-11 14:25:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-11 14:25:14 +0800 |
commit | 43ec8a55a0d41b3f8a1b0fb655b771a933c84714 (patch) | |
tree | c4151ac11403281b57d5ef446647feba229fbca0 | |
parent | bf5e5d2c3a3fbacc014df3fabee279c5b8f11c69 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |