diff options
author | mi <mi@FreeBSD.org> | 2005-10-23 06:24:13 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-10-23 06:24:13 +0800 |
commit | 1865563f3fe71662ac098e2895b6a03138371dc1 (patch) | |
tree | ab2fe825ea50fdc22ff8304c79f37fdc7c77877c /devel/libgpc | |
parent | 6aac03fbd5fba07b629931c39d7eb595e1ddda1d (diff) | |
download | freebsd-ports-gnome-1865563f3fe71662ac098e2895b6a03138371dc1.tar.gz freebsd-ports-gnome-1865563f3fe71662ac098e2895b6a03138371dc1.tar.zst freebsd-ports-gnome-1865563f3fe71662ac098e2895b6a03138371dc1.zip |
Use NO_PROFILE in addition to NOPROFILE in the bsd.lib.mk-using makefile.
Diffstat (limited to 'devel/libgpc')
-rw-r--r-- | devel/libgpc/files/BSDmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libgpc/files/BSDmakefile b/devel/libgpc/files/BSDmakefile index 6b4d317d263b..bdbe36692b60 100644 --- a/devel/libgpc/files/BSDmakefile +++ b/devel/libgpc/files/BSDmakefile @@ -1,4 +1,5 @@ LIB= gpc +NO_PROFILE= yes NOPROFILE= yes SHLIB_MAJOR= 2 SHLIB_MINOR= 32 |