diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-08-07 07:56:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-08-07 07:56:02 +0000 |
commit | 6f1c056b338cc638e45c7da80b6ca2df26bbd014 (patch) | |
tree | 411ee237b97be349f8e3d5556932093761ae4c5d | |
parent | Update to 2.0.0 (diff) |
Remove the SLAVE_PORT setting which does not have a function actually.
Notes
Notes:
svn path=/head/; revision=393686
-rw-r--r-- | emulators/wine-staging/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/wine-staging/Makefile b/emulators/wine-staging/Makefile index 01a54beae57d..e19f97e4c7da 100644 --- a/emulators/wine-staging/Makefile +++ b/emulators/wine-staging/Makefile @@ -5,8 +5,6 @@ PKGNAMESUFFIX= -staging COMMENT= Wine built with the Staging patchset -SLAVE_PORT= wine-devel - CONFLICTS_INSTALL= wine-[0-9]* wine-devel-[0-9]* i386-wine-[0-9]* \ i386-wine-staging-[0-9]* i386-wine-devel-[0-9]* |