diff options
Diffstat (limited to 'sysutils/relaxconf/Makefile')
-rw-r--r-- | sysutils/relaxconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile index 02a0175..26a3165 100644 --- a/sysutils/relaxconf/Makefile +++ b/sysutils/relaxconf/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/relaxbsd/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Set of text menu based utilities for configuring RelaxBSD LiveCD -BUILD_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog -RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog \ - disktype:${PORTSDIR}/sysutils/disktype +BUILD_DEPENDS= cdialog:devel/cdialog +RUN_DEPENDS= cdialog:devel/cdialog \ + disktype:sysutils/disktype GNU_CONFIGURE= yes |