diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 17:53:22 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 17:53:22 +0000 |
commit | 4166abb7e491bd423332f9f42abf0a5e31573987 (patch) | |
tree | 8025ab35056b3e4f2963c8978718eb3eadea6f64 /devel | |
parent | 72daafc72bc603ac8b8b515e4d265aa55bae3065 (diff) | |
download | ports-4166abb7e491bd423332f9f42abf0a5e31573987.tar.gz ports-4166abb7e491bd423332f9f42abf0a5e31573987.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kscope/Makefile | 1 | ||||
-rw-r--r-- | devel/pikdev/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index 234c172448ff..48ffa91bf79d 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -25,7 +25,6 @@ USE_BISON= build USE_KDEBASE_VER=3 USE_AUTOTOOLS= libtool USE_GMAKE= yes -INSTALLS_ICONS= yes MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib" CONFIGURE_ENV= CXXFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" diff --git a/devel/pikdev/Makefile b/devel/pikdev/Makefile index a0f886f5d32b..f810e2b2f7da 100644 --- a/devel/pikdev/Makefile +++ b/devel/pikdev/Makefile @@ -24,7 +24,6 @@ USE_KDEBASE_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -INSTALLS_ICONS= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" |