aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sfslite-dbg
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-09-11 08:35:50 +0800
committergahr <gahr@FreeBSD.org>2008-09-11 08:35:50 +0800
commitdc1b861456a9a0897f1f0f41d35e871a0675c4a5 (patch)
tree8def91a50c1798725cceaaaa5acd3544b6c5e17e /devel/sfslite-dbg
parent5e9fbaf4b4842cb0266521cc52a6a7107563bc0c (diff)
downloadfreebsd-ports-gnome-dc1b861456a9a0897f1f0f41d35e871a0675c4a5.tar.gz
freebsd-ports-gnome-dc1b861456a9a0897f1f0f41d35e871a0675c4a5.tar.zst
freebsd-ports-gnome-dc1b861456a9a0897f1f0f41d35e871a0675c4a5.zip
- Unbreak / Undeprecate
Approved by: portmgr (marcus)
Diffstat (limited to 'devel/sfslite-dbg')
-rw-r--r--devel/sfslite-dbg/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/devel/sfslite-dbg/Makefile b/devel/sfslite-dbg/Makefile
index d771558ce8e0..75a16bf56af6 100644
--- a/devel/sfslite-dbg/Makefile
+++ b/devel/sfslite-dbg/Makefile
@@ -4,15 +4,14 @@
#
# $FreeBSD$
#
-BUILD_MODE= shdbg
-MASTERDIR= ${.CURDIR}/../../devel/sfslite
+BUILD_MODE= shdbg
+MASTERDIR= ${.CURDIR}/../../devel/sfslite
COMMENT= sfslite with dmalloc and without optimization
-LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
-PKG_INSTALL= ${MASTERDIR}/pkg-install
+.include "${MASTERDIR}/Makefile"
-BROKEN= does not install
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
+LIB_DEPENDS+= dmalloc:${PORTSDIR}/devel/dmalloc
+PKG_INSTALL= ${MASTERDIR}/pkg-install
-.include "${MASTERDIR}/Makefile"
+CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"