diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 17:38:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 17:38:45 +0800 |
commit | e3db8ee84c8bacf91265d9a1d659ed398630c37d (patch) | |
tree | 79ed9e5984a819f5a0bcea9bdfc3968804a6c2bf /devel/libvolume_id | |
parent | 5bb45c428bbe01f1d4ca25e7ee7e6bc6d5cdc9a3 (diff) | |
download | freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.tar.gz freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.tar.zst freebsd-ports-gnome-e3db8ee84c8bacf91265d9a1d659ed398630c37d.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'devel/libvolume_id')
-rw-r--r-- | devel/libvolume_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libvolume_id/Makefile b/devel/libvolume_id/Makefile index 06487905df37..f3fcd4644c2f 100644 --- a/devel/libvolume_id/Makefile +++ b/devel/libvolume_id/Makefile @@ -17,7 +17,7 @@ USE_GMAKE= yes USE_GNOME= pkgconfig USE_LDCONFIG= yes MAKE_ENV= E=${ECHO_MSG} RANLIB=${RANLIB} AR=${AR} Q=@ \ - CC=${CC} prefix=${PREFIX} + prefix=${PREFIX} PLIST_FILES= include/libvolume_id.h \ lib/libvolume_id.a \ |