diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-30 22:13:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-30 22:13:59 +0800 |
commit | ef208fcbe24f5671c5000da83bab4b628eb5a14a (patch) | |
tree | 55d5189e7fe1677d376bc32513b0cb64504f0e4e /archivers | |
parent | 394f147a2028d0cff0fd72fa7608501738074f9c (diff) | |
download | freebsd-ports-gnome-ef208fcbe24f5671c5000da83bab4b628eb5a14a.tar.gz freebsd-ports-gnome-ef208fcbe24f5671c5000da83bab4b628eb5a14a.tar.zst freebsd-ports-gnome-ef208fcbe24f5671c5000da83bab4b628eb5a14a.zip |
Clean up Makefile
chinese/unrar has been removed from the ports tree.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 0e607cfd5111..41f7e9d8f6b4 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unrar -SLAVEDIRS= archivers/unrar-iconv chinese/unrar +SLAVEDIRS= archivers/unrar-iconv OPENSSL_AES_CPPFLAGS= -DOPENSSL_AES -I${OPENSSLINC} OPENSSL_AES_LDFLAGS= -L${OPENSSLLIB} -lcrypto |