diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 20:45:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 20:45:53 +0000 |
commit | f5a529c71fcf17e1e64fea2739b9216f3d44fece (patch) | |
tree | 59fd1321208366feb96edc03a143d980789ebb38 /net/remmina | |
parent | 7b81dc5d5dc95949b36d90d5951efa83cb13ad45 (diff) | |
download | ports-f5a529c71fcf17e1e64fea2739b9216f3d44fece.tar.gz ports-f5a529c71fcf17e1e64fea2739b9216f3d44fece.zip |
Notes
Diffstat (limited to 'net/remmina')
-rw-r--r-- | net/remmina/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 1709e4180a23..5bb6ca45dea7 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -15,7 +15,8 @@ USES= cmake desktop-file-utils USE_GMAKE= yes USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango INSTALLS_ICONS= yes -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib -lX11 \ + -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} CFLAGS+= -I${WRKSRC}/remmina/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -fPIC SUB_FILES= pkg-message |