aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 09:38:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 09:38:45 +0000
commitacacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b (patch)
tree651da5037b0f20c4a0f70a639fa0c0f659c951f1 /deskutils
parent428214143dfd45bd47a803ec9420f46886c780b5 (diff)
downloadports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.tar.gz
ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/abacus/Makefile3
-rw-r--r--deskutils/checkrdf/Makefile1
-rw-r--r--deskutils/xfce4-notification-daemon/Makefile2
3 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile
index eb06393592a0..cb374b3d4244 100644
--- a/deskutils/abacus/Makefile
+++ b/deskutils/abacus/Makefile
@@ -23,10 +23,11 @@ LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
USE_GMAKE= yes
USE_XORG= x11
-MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -Wno-deprecated" LDFLAGS="${LDFLAGS}"
+MAKE_ENV= LDFLAGS="${LDFLAGS}"
CFLAGS+= -I$(LOCALBASE)/include \
-I$(LOCALBASE)/include/tcl8.2 \
-I$(LOCALBASE)/include/tk8.2
+CXXFLAGS+= -Wno-deprecated
LDFLAGS+= -L$(LOCALBASE)/lib
ALL_TARGET= dep tcl_interf/nxlc
diff --git a/deskutils/checkrdf/Makefile b/deskutils/checkrdf/Makefile
index bdcebb10556c..6aa80269aa72 100644
--- a/deskutils/checkrdf/Makefile
+++ b/deskutils/checkrdf/Makefile
@@ -18,7 +18,6 @@ COMMENT= A tool for RDF site summaries based news-check
BUILD_DEPENDS= Xtract:${PORTSDIR}/textproc/hs-haxml
USE_BZIP2= yes
-MAKE_ENV= PREFIX=${PREFIX}
MAN1= checkrdf.1
MANCOMPRESSED= yes
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile
index 80f0de543a49..753f1205e9eb 100644
--- a/deskutils/xfce4-notification-daemon/Makefile
+++ b/deskutils/xfce4-notification-daemon/Makefile
@@ -33,8 +33,6 @@ CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \
--libexecdir=${PREFIX}/libexec/xfce4 \
--with-dbus-services=${PREFIX}/share/dbus-1/services
-MAKE_ENV+= CFLAGS="${CFLAGS}"
-
CONFLICTS= notification-daemon-[0-9]*
OPTIONS= GRADIENT "Show a gradient look in the default theme" off \