diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-07-30 14:18:32 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-07-30 14:18:32 +0000 |
commit | 5fc4f24626a54b9f2efd8676db124d885e94e520 (patch) | |
tree | 5d900b6958f94cea29378581d299acef67e989a8 /emulators | |
parent | b010e764c3efa60fd4468827c9900bb3dbd97ad0 (diff) | |
download | ports-5fc4f24626a54b9f2efd8676db124d885e94e520.tar.gz ports-5fc4f24626a54b9f2efd8676db124d885e94e520.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-compholio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-compholio/Makefile b/emulators/wine-compholio/Makefile index 2a3f7202dddb..270708d4fb1a 100644 --- a/emulators/wine-compholio/Makefile +++ b/emulators/wine-compholio/Makefile @@ -10,7 +10,7 @@ CONFLICTS= wine-[0-9]* wine-devel-[0-9]* OPTIONS_SET= COMPHOLIO LIBXSLT GNUTLS HAL X11 MASTERDIR= ${.CURDIR}/../wine-devel -PLIST= ${.MASTERDIR}/pkg-plist +PLIST= ${MASTERDIR}/pkg-plist .include "${MASTERDIR}/Makefile" |