diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-28 09:57:50 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-28 09:57:50 +0800 |
commit | f33a54594dbacd84ff03ed2b2da4f418b6b22455 (patch) | |
tree | 74621954205f54ddc91fa6faf235e649934bf13a /devel/libg++ | |
parent | 3925ad9cb8eccf0c757b4df87ad52a84a75559d3 (diff) | |
download | freebsd-ports-gnome-f33a54594dbacd84ff03ed2b2da4f418b6b22455.tar.gz freebsd-ports-gnome-f33a54594dbacd84ff03ed2b2da4f418b6b22455.tar.zst freebsd-ports-gnome-f33a54594dbacd84ff03ed2b2da4f418b6b22455.zip |
Do not build the profile version of this.
Diffstat (limited to 'devel/libg++')
-rw-r--r-- | devel/libg++/files/Makefile.libg++ | 1 | ||||
-rw-r--r-- | devel/libg++/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/libg++/files/Makefile.libg++ b/devel/libg++/files/Makefile.libg++ index df5d0739119d..9fc12621e5f4 100644 --- a/devel/libg++/files/Makefile.libg++ +++ b/devel/libg++/files/Makefile.libg++ @@ -6,6 +6,7 @@ LIB= g++ #SHLIB_MAJOR= 5 #SHLIB_MINOR= 0 +NOPROFILE= true DESTDIR= ${PREFIX} LIBDIR= /lib diff --git a/devel/libg++/pkg-plist b/devel/libg++/pkg-plist index 9e8297492c18..b1eccc63d0d3 100644 --- a/devel/libg++/pkg-plist +++ b/devel/libg++/pkg-plist @@ -1,6 +1,5 @@ @comment $FreeBSD$ lib/libg++.a -lib/libg++_p.a include/libg++/ACG.h include/libg++/AVLMap.ccP include/libg++/AVLMap.hP |