diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-16 12:15:28 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-16 12:15:28 +0800 |
commit | ccda2aba54599dff783f064a98ed5b37183edf8e (patch) | |
tree | aa0af94f2875479c1e7108aec17fc1843784f403 /sysutils/relaxconf | |
parent | a58e8c766f4465b80fba103bb0080fd4c25a4a8b (diff) | |
download | freebsd-ports-gnome-ccda2aba54599dff783f064a98ed5b37183edf8e.tar.gz freebsd-ports-gnome-ccda2aba54599dff783f064a98ed5b37183edf8e.tar.zst freebsd-ports-gnome-ccda2aba54599dff783f064a98ed5b37183edf8e.zip |
1: Support STAGEDIR.
2: switch to new LIB_DEPENDS syntax.
Diffstat (limited to 'sysutils/relaxconf')
-rw-r--r-- | sysutils/relaxconf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile index 55dcae3b42bd..4ac1e24f4890 100644 --- a/sysutils/relaxconf/Makefile +++ b/sysutils/relaxconf/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog \ GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |