diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-27 18:12:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-27 18:12:20 +0800 |
commit | 7889db0d52a2a5fa335e38cdab860071e69273fd (patch) | |
tree | 129f3b79819cce159e8d20465f1d66b2c08658ca | |
parent | f8a28d3af21f8bfcb0523fc7f80b0fdc95774f66 (diff) | |
download | freebsd-ports-gnome-7889db0d52a2a5fa335e38cdab860071e69273fd.tar.gz freebsd-ports-gnome-7889db0d52a2a5fa335e38cdab860071e69273fd.tar.zst freebsd-ports-gnome-7889db0d52a2a5fa335e38cdab860071e69273fd.zip |
- Unbreak build
-rw-r--r-- | devel/libhash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index f0d552f9d81a..60c6425e8ed3 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -31,7 +31,7 @@ MLINKS= libhash.3 hash_initialise.3 \ USE_LDCONFIG= yes -.if defined(NOPROFILE) +.if defined(NO_PROFILE) PLIST_SUB+= PROFILE="@comment " .else PLIST_SUB+= PROFILE="" |