diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 22:51:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 22:51:50 +0000 |
commit | 93cff1e534b7dc4fe28655fd49cfc6a2d53469c1 (patch) | |
tree | dbc77202a2e09e5e9743f4343a6c6788bca1b4d0 /graphics | |
parent | e21ef531666b8cbe075dd11f210e8672aecc8e37 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmedcon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index a886d770d6f5..9ddd0e4fce12 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmedcon PORTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/xmedcon \ --enable-llcheck USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |