mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@104974 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
--- Makefile.orig 2011-11-11 05:20:22.000000000 +0100
|
|
+++ Makefile 2012-03-11 18:23:41.000000000 +0100
|
|
@@ -4,8 +4,9 @@
|
|
|
|
PROG= fetch
|
|
CSTD?= c99
|
|
+CFLAGS+= -D__FBSDID=__RCSID
|
|
DPADD= ${LIBFETCH} ${LIBMD}
|
|
-LDADD= -lfetch -lmd
|
|
+LDADD= -lfetch
|
|
.if ${MK_OPENSSL} != "no"
|
|
DPADD+= ${LIBSSL} ${LIBCRYPTO}
|
|
LDADD+= -lssl -lcrypto
|