diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-03-11 16:24:39 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-03-11 16:24:39 +0800 |
commit | b10ae8b1d61d453c5993d3fbf00c50a01e735751 (patch) | |
tree | 9e92203a555c097607560753cefab96bde0c296c /comms/qico | |
parent | c1acb1d21987f137d56cf65c05be9b1b59aba9fc (diff) | |
download | freebsd-ports-gnome-b10ae8b1d61d453c5993d3fbf00c50a01e735751.tar.gz freebsd-ports-gnome-b10ae8b1d61d453c5993d3fbf00c50a01e735751.tar.zst freebsd-ports-gnome-b10ae8b1d61d453c5993d3fbf00c50a01e735751.zip |
Replace WITHOUT_QICO_MORDA option to WITH_QICO_MORDA
PR: 25684
Submitted by: maintainer
Diffstat (limited to 'comms/qico')
-rw-r--r-- | comms/qico/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile index 7cf660efbbeb..56aad2b8149e 100644 --- a/comms/qico/Makefile +++ b/comms/qico/Makefile @@ -19,14 +19,14 @@ MAKE_ENV+= SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}" DEFS+= -DAMIGA4D .endif -.if !defined(WITHOUT_QICO_MORDA) +.if defined(WITH_QICO_MORDA) MORDA= 1 .endif do-install: ${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/ ${INSTALL_PROGRAM} ${WRKSRC}/src/qico ${PREFIX}/libexec/ -.if !defined(WITHOUT_QICO_MORDA) +.if defined(WITH_QICO_MORDA) ${INSTALL_PROGRAM} ${WRKSRC}/src/qcc ${PREFIX}/bin/ .endif |