diff options
author | vs <vs@FreeBSD.org> | 2005-05-19 17:15:39 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-19 17:15:39 +0800 |
commit | bfedb55eb47172e70f270b3ccc39f4b6b3804377 (patch) | |
tree | e97bbcdc34c3ddb3e70dde0ee374b6e5b830d962 /news/slrnface/Makefile | |
parent | 67df590a1e3e7eb28ce54bf2737108fdcfc34828 (diff) | |
download | freebsd-ports-gnome-bfedb55eb47172e70f270b3ccc39f4b6b3804377.tar.gz freebsd-ports-gnome-bfedb55eb47172e70f270b3ccc39f4b6b3804377.tar.zst freebsd-ports-gnome-bfedb55eb47172e70f270b3ccc39f4b6b3804377.zip |
Use MAKE_ARGS
Diffstat (limited to 'news/slrnface/Makefile')
-rw-r--r-- | news/slrnface/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/news/slrnface/Makefile b/news/slrnface/Makefile index 717c434ae7f0..180c5ce988aa 100644 --- a/news/slrnface/Makefile +++ b/news/slrnface/Makefile @@ -20,6 +20,9 @@ LIB_DEPENDS= compface:${PORTSDIR}/mail/faces WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= slrnface +MAKE_ARGS= CC="${CC}" C_FLAGS="${CFLAGS}" \ + X_INCL=-I${X11BASE}/include \ + XF_LIB="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcompface" USE_XLIB= yes |